Skip to content

🦋 an esoteric programming language based on the way playboi carti tweets

License

Notifications You must be signed in to change notification settings

kevinshome/slatt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Slatt Esoteric Programming Language

codebeat badge

(In order to use the Slatt Development Releases, you must have >= Python 3.5 installed)

  • Features in this release:

    • if/else statements!

    • user input!

    • examples of these can be found in "examples/if_else.slatt"

    • (i also did a bit of a rewrite because this code was a fucking mess, still is, but now less)

  • How to use the latest Slatt Development Release:

    • Clone this git repository.
      git clone https://github.com/kevinshome/slatt.git
    
    • Run Slatt module through Python.
      python3 -m slatt {SLATT_FILE}.slatt
    
    • Program will then be built and run by the Slatt compiler.
  • "Hello, world!" example:

    1 **slatt!** # this is reqired at the top of every slatt file
    2
    3 +yo pierre("Hello, world!") # outputs "Hello, world!" in console
    4
    5 ok! # this is required at the bottom of every slatt file
(This example can be run with "python3 -m slatt slatt/examples/hello.slatt")

Releases

No releases published

Packages

No packages published

Languages