Skip to content

Commit

Permalink
README commit 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshome committed Jun 12, 2019
1 parent 4c0a55b commit a2951d4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
#slatt

+slatt is an esoteric programming language based on the way rapper, "playboi carti", writes tweets.
* slatt is an esoteric programming language based on the way rapper, "playboi carti", writes tweets.

+examples:
* examples:

+ https://twitter.com/playboicarti/status/994731849690869761
* https://twitter.com/playboicarti/status/994731849690869761

+ https://twitter.com/playboicarti/status/991715100854714368
* https://twitter.com/playboicarti/status/991715100854714368

+ https://twitter.com/playboicarti/status/1006241861579804672
* https://twitter.com/playboicarti/status/1006241861579804672

+ the latest release of slatt is development release 004:
* the latest release of slatt is development release 004:

(in order to use the slatt development releases you must have >= Python 3.7 installed)

+ features in this release:
* features in this release:

- if/else statements!

Expand All @@ -25,7 +25,7 @@
- (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:
* how to use the latest slatt development release:

- clone this git repository ("git clone https://github.com/kevinshome/slatt.git")

Expand All @@ -34,7 +34,7 @@
- program will then be built by slatt compiler and run


+ "Hello, world!" example:
* "Hello, world!" example:

```
1 **slatt!** # this is reqired at the top of every slatt file
Expand Down

0 comments on commit a2951d4

Please sign in to comment.