Tampilkan postingan dengan label Programming. Tampilkan semua postingan
Tampilkan postingan dengan label Programming. Tampilkan semua postingan

Jumat, 22 Juli 2011

TameJs: A JavaScript Extension for Making Event Programming Easier

TameJs is an extension to JavaScript created by the OK Cupid team. Its purpose is to make event programming "easier to write, read, and edit." It can be used with Node.js or other V8 projects. According to the site: "Tame is not an attempt to dumb down async programming. It's just a cleaner way to write it."

You can find it in GitHub, licensed under the MIT license.

Comments (0)Add Comment
You must be logged in to post a comment. Please register if you do not have an account yet.
busy

View the original article here

Jumat, 27 Mei 2011

Fargo: A Scheme-like Programming Langauge That Runs on Node.js

Developer James Coglan has created Fargo, a small experimental programming language for a asynchronous systems in JavaScript. It works in both Node.js and in browsers. Fargo is a modified version of Scheme, a dialect of LISP.


View the original article here