Jarmo Hurri writes:
> When I look at the temporary file I see that the code has been
> embedded in a wrapper defined in ob-scala.el. I guess it's the wrapper
> that messes up the execution of the code.
> What is the wrapper for? How am I supposed to use it?
Ok, got it by taking a closer look a
Greetings.
I am illustrating some basic syntactic differences between programming
languages to some people. In order to do this I embedded a small Scala
program into an Org file
#+BEGIN_SRC scala :exports both
object Fibonacci extends App
{
def fib (n : Int) : Int =
{