Y
Hacker News
new
|
ask
|
show
|
jobs
Show HN: I built an online programming language
(
lineone.dev
)
8 points
by
sandes
1146 days ago
3 comments
gus_massa
1146 days ago
choices = ['rock', 'paper', 'scissors'] computer_choice = choices[random(-1,3)]
That -1 is very strange. Both extremes are open?
link
sandes
1146 days ago
I just changed
https://github.com/sandes/LineONE/commit/987abc6000df5a836f1...
link
gus_massa
1146 days ago
In that example, one of the lines of codes is too long and when the program is run the editor does not open the output (black) window. (I tried all (most of) the other examples and they open the results window correctly.)
link
richardjam73
1146 days ago
You need more examples of different things the language can do.
link
sandes
1146 days ago
I agree! However, the reality is that it is quite limited. Additionally, there are also some bugs that need to be addressed.
link
quickthrower2
1146 days ago
I spotted vainilla.app in your repos is that the same?
link
sandes
1146 days ago
Yes, vainilla.app is the spanish version
link