Quantcast
Channel: Angel \"Java\" Lopez on Blog » Ruby
Viewing all articles
Browse latest Browse all 16

End Of Iteration 2013w48

$
0
0

Previous Post 
Next Post

Talk about Implementing Ruby

I gave a talk at RubyConf Argentina 2013, about implementing Ruby. Slides source at:

https://github.com/ajlopez/Talks/tree/master/ImplementingRuby

To be viewed online at:

http://ajlopez.github.io/Talks/ImplementingRuby/index.html

It mentioned my work on RubySharp

https://github.com/ajlopez/RubySharp

my Ruby interpreter written in C#. Now, it can access native types and objects, requiring .rb modules or native .dlls.

My Apps

I updated the repo of my dynamic apps application (Node.js)

https://github.com/ajlopez/MyApps

I should add MongoDB as first persistence implementation.

SimpleGrammar

I published 0.0.3 version:

https://github.com/ajlopez/SimpleGrammar/commits/master

The new feature: a “peek” function, to look at the next token, without removing it.

I added the new feature to https://github.com/ajlopez/RuScript grammar (my Ruby interpreter in JavaScript).

Other works:

- Update SimpleYaml https://github.com/ajlopez/SimpleYaml to support real numbers

- Test refactor of CobolScript https://github.com/ajlopez/CobolScript/commits/master

- Update ClojScript to Visual Studio 2010 https://github.com/ajlopez/ClojSharp/commits/master

And I was working on two non-public projects.

This new week will be dedicated to some JavaScript projects and ideas, and to give a one-day course of Node.js

Keep tuned!

Angel “Java” Lopez
http://www.ajlopez.com
http://twitter.com/ajlopez



Viewing all articles
Browse latest Browse all 16

Trending Articles