QuickstartΒΆ

This article will allow you to get started with Tyrian quickly. Ease is not guaranteed.

(print "Hello World")
$ python tyrian.py hello_world.lisp output.pyc
<debug output>
Writing to file...

$ python output.pyc
Hello World