Show HN: I built an online programming language
1–10 of 26 posts
Re: Show HN: I built an online programming language
#2Re: Show HN: I built an online programming language
#3It's a multi-language pseudocode interpreter so you can write and run code in English, Spanish, Portuguese and French in your browser.
Re: Show HN: I built an online programming language
#4It's a multi-language pseudocode interpreter so you can write and run code in English, Spanish, Portuguese and French in your browser.
Link to documentation is broken: https://codigo.so/docs/ (also link to community is broken, but I care more about Documentation link).
[Ctrl + Enter] list all built in functions
Re: Show HN: I built an online programming language
#5Re: Show HN: I built an online programming language
#6Also, since this is supposed to be pseudocode, maybe it would be better to replace the atribution operator with something else, and the comparison operators with their math variants.
Re: Show HN: I built an online programming language
#7It's a multi-language pseudocode interpreter so you can write and run code in English, Spanish, Portuguese and French in your browser.
Re: Show HN: I built an online programming language
#8Re: Show HN: I built an online programming language
#9As a native speaker of Portuguese, I think it would look nicer the verbs were all in the same conjugation, simple present. You have "retornar" (return) which is in infinitive form and "escreva" write which is in the present imperative mode. I would choose to put all the verbs in the simple present:
retorna => return faz => do escreve => print
I couldn't find the Portuguese version for "break", but in my opinion it should be "quebra" or "interrompe".
If this project becomes open source, I'll be happy to contribute.