Tagged Questions
Ioke is a strongly typed, extremely dynamic, prototype based object oriented language aims to give developers the same kind of power they get with Lisp and Ruby, combined with a nice, small, regular syntax.
3
votes
4answers
544 views
Whats your opinion about Ioke?
Ola Bini, one of the big guys behind JRuby, is developing a new programming language called: Ioke. It's influenced by Io, Lisp, Smalltalk and Ruby. Share your thoughts about this new dynamic ...
1
vote
6answers
313 views
What is a good embeddable language for an existing Java application?
I want to embed a dsl or existing full language within my application. It should be a simple, full Turing complete language but simple and light enough that the code can be interpreted without too ...
0
votes
1answer
382 views
Getting RSpec into RDoc
In Ioke doc, the ISpec tests are included in the documentation, see ioke.org/dok/index.html
How can this be done with Ruby's RSpec and RDoc (or SDoc)? I can't find any commandline switches or ...