I’ve gone back and knocked off a couple of big todos in rquery. Namely, removing the Symbol capability, and using instances of the new OperationCollector in place of the global class variable + mutex required by the Symbol alterations. Also, as a consequence, I was able to remove the Declarations methods ( .is, .is_not ) [...]
Categories: programming,rquery,ruby
Tagged: rquery ruby ActiveRecord where dsl
- Published:
- August 22, 2009 – 1:48 pm
- Author:
- By John Bender
What is it? Last weekend I hacked partial application into my parse transform for erlang, unraverl. The rules are very simple but the implications are interesting if nothing else. In other functional languages, haskell as an example, there’s nothing inherently wrong with defining a function that requires two arguments but giving it one. add x [...]
Categories: erlang,programming,unraverl
Tagged: erlang unraverl parse transform functional
- Published:
- August 14, 2009 – 6:51 pm
- Author:
- By John Bender