One of Java's strengths: a modern jdk running a jscheme interpreter compiled in 2004.
One of jscheme's strengths: it's still the most expressive way to call java from dynamic language. Here it's accessing java's static System.out.println method.
One of jscheme's strengths: it's still the most expressive way to call java from dynamic language. Here it's accessing java's static System.out.println method.
Comments
> (.start (Thread. (lambda () (.println System.out$ "Hello from a thread."))))
Hello from a thread.
#null