Skip to content

Multi Language Implementations

Ray M. Perry edited this page Feb 20, 2019 · 3 revisions

get-files.{p6, lua, lisp}

Perl 6: requires rakudo, perl6 to run.

Lua: requires luafilesystem to run.

Common Lisp: requires sbcl or an equivalent to build and run.

Lists files and directories, recursively, starting at the current directory.

ls.{tcl, lua}

Tcl: requires tclsh or an equivalent to run.

Lua: requires lua >= 5.1 to run.

Runs ls on the current directory and prints the files.

Clone this wiki locally