Ruby: Links, News And Resources (6)
Previous Post Next Post defunkt / resque https://github.com/defunkt/resque Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them...
View ArticleEnd Of Iteration 2013w47
Previous Post Next Post Implementing Ruby My main outcome is my work on implementing Ruby, using C#: https://github.com/ajlopez/RubySharp I implemented: - Access to native types and objects – Modules –...
View ArticleTDD Rocks! (6) Playing with Ruby
Previous Post Previous Post with Ruby I’m still learning Ruby. To practice the language, I’m writing a Tokenizer using my TDD (Test-Driven Development) workflow. A new video at...
View ArticleEnd Of Iteration 2013w48
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...
View ArticleNew Month’s Resolutions: December 2013
Review of my November’s resolutions: This new month’s resolution: - Start compiler reduced Python to C, using JavaScript [complete] repo - Give a talk about Ruby in C# [complete] slides repo - Start...
View ArticleRuby: Links, News And Resources (7)
Previous Post Ruby for Kids http://ruby4kids.com/ruby4kids Composition Of Responsibility vs Interface Implementation...
View ArticleEnd Of Iteration 2014w12
Previous Post Next Post Ruby Interpreters I updated my projects https://github.com/ajlopez/RubySharp https://github.com/ajlopez/RuScript The first in a Ruby interpreter in C#. I started to add the...
View ArticleNew Month’s Resolutions: April 2014
Review of my March’s resolutions: - Work on DictSharp [complete] see repo - Give talk about Node.js Distributed Applications [complete] see repo see online slides - Improve SimpleGammon [complete] see...
View ArticleEnd Of Iteration 2014w14
Previous Post Next Post Code Generation I updated my template engine in JavaScript, with a minor change to skip new lines in some contexts: https://github.com/ajlopez/SimpleTpl Then I consumed the new...
View ArticleRubySharp, implementing Ruby in C# (3)
Previous Post In RubySharp, we can define new functions (methods of the current object), and invoke them. There are some built-in functions in C#: Every function should implement the interface: public...
View ArticleRuScript, Ruby Interpreter in JavaScript (1) The Project
When I have free time, I’m working on: https://github.com/ajlopez/RuScript I’m writing the code following the TDD (Test-Driven Development) workflow (see commit history) The idea is to have a Ruby...
View ArticleEnd Of Iteration 2013w47
Previous Post Next Post Implementing Ruby My main outcome is my work on implementing Ruby, using C#: https://github.com/ajlopez/RubySharp I implemented: - Access to native types and objects – Modules –...
View ArticleTDD Rocks! (6) Playing with Ruby
Previous Post Previous Post with Ruby I’m still learning Ruby. To practice the language, I’m writing a Tokenizer using my TDD (Test-Driven Development) workflow. A new video at...
View ArticleEnd Of Iteration 2013w48
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...
View ArticleNew Month’s Resolutions: December 2013
Review of my November’s resolutions: This new month’s resolution: - Start compiler reduced Python to C, using JavaScript [complete] repo - Give a talk about Ruby in C# [complete] slides repo - Start...
View ArticleRuby: Links, News And Resources (7)
Previous Post Ruby for Kids http://ruby4kids.com/ruby4kids Composition Of Responsibility vs Interface Implementation...
View Article