Eval is implemented, but I/O is currently very limited (only println is usable). So the REPL does not currently work.
For your second question, you can use
(##inline-host-declaration "print('hello');”)
or
(##inline-host-statement "print(@1@);" "hello")