|
|
|
|
|
by technomancy
5664 days ago
|
|
I'm skeptical. Mirah can't really do much to support functional programming without adding a runtime, since the JDK's built-in classes don't provide data structures amenable to FP. But the point of Mirah is to be lightweight without its own standard library. You could use Mirah with Clojure or Scala to get access to the necessary libs, but then you lose the lightweight advantage and could fragment the community. |
|