The Wake Programming Language
wakelang.com
The Wake Programming Language
1–10 of 58 posts
Re: The Wake Programming Language
#2Other discussion here: https://news.ycombinator.com/item?id=9040029
Re: The Wake Programming Language
#3the Wake language was on here a few days ago, in the form of an article titled: The Rewards of Creating a Programming Language. Other discussion here: https://news.ycombinator.com/item?id=9040029
Yeah, I had posted that to Reddit, where it didn't do too well, but someone posted it here where (for some reason!) it did much better.
Figured in addition to the story of creating Wake, I'd post the home page so people could look into it more!
Re: The Wake Programming Language
#4Re: The Wake Programming Language
#5Re: The Wake Programming Language
#6I really like premise of the language. It does look a little strange but that is just novelty.
Re: The Wake Programming Language
#7Same in the "What Wake did without" section. Yes, you do not have those features, or bugs, but have you really "FIXED" a bug? There is no bugs you have fixed, just different design decisions.
edit: The language may or may not be actually worth something, but those things make it look like they try to hard to me.
Re: The Wake Programming Language
#8Extremely minor potential nitpick: correct me if I'm wrong, but I think this sentence implies that Javascript is not type-safe, when it is indeed type-safe; it's just dynamically typed, and its type system gives meaning to all expressions (where that meaning is to signal an error in some cases).
Re: The Wake Programming Language
#9> Code as concise as javascript, with inheritance and typesafety and more Extremely minor potential nitpick: correct me if I'm wrong, but I think this sentence implies that Javascript is not type-safe, when it is indeed type-safe; it's just dynamically typed, and its type system gives meaning to all expressions (where that meaning is to signal an error in some cases).
Re: The Wake Programming Language
#10> Code as concise as javascript, with inheritance and typesafety and more Extremely minor potential nitpick: correct me if I'm wrong, but I think this sentence implies that Javascript is not type-safe, when it is indeed type-safe; it's just dynamically typed, and its type system gives meaning to all expressions (where that meaning is to signal an error in some cases).