A lot of interesting topics and code.
MeteorSamples
I started to explore Meteor:
https://github.com/ajlopez/MeteorSamples
You can see one of my samples deployed at:
A simple CRUD (WIP) application. Next steps: code generation using AjGenesis for Node.js, mobile look, and wrap up as a PhoneGap application.
I also wrote posts:
Programming Meteor (1) First Steps
Meteor: Links And Resources (1)
ScalaSharp
My Scala interpreter in C#:
https://github.com/ajlopez/ScalaSharp#
I started to switch from a tree of expression to a tree of nodes (a classical AST). In this way, I could implement type checking, compilation, etc… visiting the node tree. There are differences between an expression and a node. A node could be a name, but that name, in Scala, could be a val, a var, or a def. I have not the full context to decide what kind of expression to invoke. So, I need a previous step. A node is the first parser output. A tree node could be visited, performing type checking and then producing the correct expression.
SimpleReact
Inspired by Meteor .autorun method, I wrote a react library in JavaScript
https://github.com/ajlopez/SimpleReact
As usual, simple code, using TDD workflow.
SimpleScraper
I continue adding features to
https://github.com/ajlopez/SimpleScraper
A simple JavaScript library to process an HTML string. I should add more features, and write a sample, scraping an e-commerce site.
Others
A minor addition in ClojSharp https://github.com/ajlopez/ClojSharp using recur in a function
Completing the model in https://github.com/ajlopez/AjGenesisNode-Express supporting that an entity references another entity.
I worked on two non-public projects, too. More fun is coming.
Keep tuned!
Angel “Java” Lopez
http://www.ajlopez.com
http://twitter.com/ajlopez
Pingback: End Of Iteration 2014w06 | Angel "Java" Lopez on Blog
Pingback: End Of Iteration 2014w08 | Angel "Java" Lopez on Blog