Category:Set lang: Difference between revisions

From Rosetta Code
Content added Content deleted
(Add Set lang's interpreter website)
m (Add GitHub repo link)
 
Line 3: Line 3:
[[Category:Esoteric_Languages]]
[[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], defining how the language works.
[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], with 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.
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.
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. It should have a GitHub repository soon.
There is currently an [https://avellar.ml/set-lang online implementation] of a '''Set''' interpreter, done in JavaScript. A [https://github.com/MatheusAvellar/set-lang public GitHub repository] also exists, so feel free to contribute.

Latest revision as of 04:23, 9 October 2016

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Set lang
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Set lang.

Original reddit post by the user qwertyu63, with 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 online implementation of a Set interpreter, done in JavaScript. A public GitHub repository also exists, so feel free to contribute.

Pages in category "Set lang"

The following 7 pages are in this category, out of 7 total.