GDLisp REPL

GDLisp REPL Game Cover

GDLisp A Lisp-style language and REPL written using GDScript and Godot 3.3. A more update-to-date README is located in the Github repo. Github License: Apache 2.0 Syntax Define a variable (def ) Creates a variable in the current scope and sets it to the specified value. Can shadow outer variables if used in an inner scope. The below example will set variable x to value 0 in the current scope. (de…

  • Web Browser

Similar Games