creationix / jack

Another new language. The name will probably change.
109 stars 7 forks source link

Explanation #2

Open jwerle opened 11 years ago

jwerle commented 11 years ago

Could you write an explanation on how to use this really cool language? :)

creationix commented 11 years ago

It's still in heavy development. At the moment, you can run the fib.jk and dragon.jk examples.

Clone the repo, npm install the dependencies, and npm link to install the jack executable globally. Then you can do jack dragon.jk to execute the dragon example in the samples folder. (note on windows, npm link doesn't seem to work and you'll need to manually do node jack.js samples/dragon.jk.)

jwerle commented 11 years ago

Thanks! Worked nicely. I'm going to play around with it. Syntax looks very nice. It gives me a nostalgic SmallTalk feeling with a dash of JavaScript

creationix commented 11 years ago

I've got a busy week with new clients this week, but hopefully I find time to implement the metamethods (@get, @set, ...)

On Mon, Jan 28, 2013 at 7:15 AM, Joseph Werle notifications@github.comwrote:

Thanks! Worked nicely. I'm going to play around with it. Syntax looks very nice. It gives me a nostalgic SmallTalk feeling with a dash of JavaScript

— Reply to this email directly or view it on GitHubhttps://github.com/creationix/jack/issues/2#issuecomment-12781018.

jwerle commented 11 years ago

That is cool. I'm looking forward to diving into this. It seems pretty liberal