Skip to content

Latest commit

 

History

60 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The PLISP programming language



Installation


./install.sh
Run this is in same directory has the folder containing plsp.py

Examples


Hello world:

(
    print(Hello,\s world!\n)
)

Math:

(
    +(5)(2)
)

If statement:

(
    if(==)(1)(1)
        (print(True\n))
        (print(False\n))
)

Import libraries

(exec(library.plsp))


Docs coming soon

About

The source code for the plisp programming language.

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages