Category:Set lang: Difference between revisions

m
Add GitHub repo link
(Add Set lang's interpreter website)
m (Add GitHub repo link)
 
Line 3:
[[Category:Esoteric_Languages]]
 
[https://www.reddit.com/r/esolangs/comments/54b0b1/set_an_language_with_1_command/ Original reddit post] by the user [https://www.reddit.com/user/qwertyu63 qwertyu63], definingwith the original specifications on how the language works.
 
The '''Set''' language uses only a single command, ''set''. It allows for 52 development variables and 1 system variable.
It is ASCII based, so output is in the integer format, and is converted to characters upon ran.
 
There is currently an [https://avellar.ml/set-lang online implementation] of a '''Set''' interpreter, done in JavaScript. ItA should[https://github.com/MatheusAvellar/set-lang have apublic GitHub repository] also exists, so feel free to sooncontribute.