For example, how can I use System.Console.WriteLine from clojure-clr? In general, what's the rule for exporting/importing functions/classes from other languages such as C#/F# from/to Clojure-clr?
| |||
|
feedback
|
|
System.Console is loaded by default. You can simply use:
Another example, using a static class:
| |||||
feedback
|
|
in Java, instantiating the Date object, then calls its toString() method, you have to write like the following,
It might help. | |||||
feedback
|