Live data from Hacker News

Show HN: Spanish Basic

vainilla.app

1–10 of 51 posts

Re: Show HN: Spanish Basic

#4
Supongo eres hablante nativo, pero la sintaxis es horrible:

"Para i=1 hasta 7 hacer"

no hace ningún sentido. En todo caso sería " Para i en (1..7)" o "Desde i=1 hasta 7" o "Para i=1 mientras i In any case, all these copy-paste-just-literally-translate-the-keywords languages offer nothing new.

Re: Show HN: Spanish Basic

#5
As far as I remember, in Algol 68 the physical representation of the program was separated from the syntax. So, in theory one should have been able to write

  hacer
    ...
  recah

Re: Show HN: Spanish Basic

#6

Supongo eres hablante nativo, pero la sintaxis es horrible: "Para i=1 hasta 7 hacer" no hace ningún sentido. En todo caso sería " Para i en (1..7)" o "Desde i=1 hasta 7" o "Para i=1 mientras i In any case, all these copy-paste-just-literally-translate-the-keywords languages offer nothing new.

> horrible

Looks like Algol syntax to me.

Re: Show HN: Spanish Basic

#7
As a spaniard, please don't.

I'm fine with programming in english, this only complicate things for everyone involved. Imagine if every popular language out there had their own adaptations or even their own programming languages.

Also, you must know english for coding. There is no way you can be a good developer without a good english knowledge - docs, specs, protocols, guides, tools, books, remote jobs with international teams... everything is in english.

Re: Show HN: Spanish Basic

#8

This reminds me of Latino [1] and Si [2]. Time to add Vainilla to the list [3]. [1] https://www.lenguajelatino.org/ [2] https://akercheval.github.io/si/ [3] https://www.wikipedia.org/wiki/Non-English-based_programming...

Thank you, I did not know lenguajelatino

Re: Show HN: Spanish Basic

#9

Supongo eres hablante nativo, pero la sintaxis es horrible: "Para i=1 hasta 7 hacer" no hace ningún sentido. En todo caso sería " Para i en (1..7)" o "Desde i=1 hasta 7" o "Para i=1 mientras i In any case, all these copy-paste-just-literally-translate-the-keywords languages offer nothing new.

> "Para i=1 hasta 7 hacer"

It's the standard spanish pseudocode

Post reply on HN