A language that is simple and readable like Python, is static and strongly typed, supports multi paradigm and leverages multi cores or has non blocking IO.
Ask HN: Does such a programming language exist?
1–10 of 37 posts
Re: Ask HN: Does such a programming language exist?
#2And compiles to machine code. Please.
Re: Ask HN: Does such a programming language exist?
#3OCaml, with a caveat that it's "or has non-blocking I/O", though ostensibly SMP is on its way.
Re: Ask HN: Does such a programming language exist?
#4C.
Re: Ask HN: Does such a programming language exist?
#5Nim
Re: Ask HN: Does such a programming language exist?
#6FreeBASIC. It is simple, has OOP features, Strongly typed, it has threads and is compiled.
Re: Ask HN: Does such a programming language exist?
#7No. I assume by 'simple and readable,' you mean that you want whitespace to be significant. Most languages don't do the Pythonesque 'look! executable pseudocode! (hope you like underscores though!)' thing.
Re: Ask HN: Does such a programming language exist?
#8ADA.
Re: Ask HN: Does such a programming language exist?
#9Julia
Re: Ask HN: Does such a programming language exist?
#10OCaml, with a caveat that it's "or has non-blocking I/O", though ostensibly SMP is on its way.
Wrong or right, I don't think that most people would consider ocaml simple to read.