Skip to content

Command Line Usage

Pebaz edited this page May 16, 2019 · 1 revision
# Launch the REPL
./lambda_core

# Run a source file
./lambda_core -f some-file.lcore

# Run a code snippet
./lambda_core -c '(print "Hello World")'

Clone this wiki locally