TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

PureScript 0.13 Release

90 pointsby valbalmost 6 years ago

6 comments

jjnoakesalmost 6 years ago
I noticed a few languages removing support for octal and binary literals. I wonder why. I find them useful and the parser overhead seems minimal to keep them around.
评论 #20062933 未加载
评论 #20062450 未加载
评论 #20062425 未加载
dmitryminkovskyalmost 6 years ago
Are there other languages that make an opinion on tabs&#x2F;spaces? This seems nice.<p>&gt; The only whitespace now allowed in code is ASCII space and line endings. Since you must use indentation to format PureScript code (unlike Haskell), we felt it was best to be more restrictive in what you can write instead of allowing potentially confusing behavior (implicit tab-width, zero-width spaces, etc). You can still use unicode whitespace within string literals.<p>I’m also wondering about the removed literals.
评论 #20062713 未加载
评论 #20063080 未加载
评论 #20062625 未加载
truth_seekeralmost 6 years ago
If PureScript is Haskell, TypeScript is ML<p>Lately, TypeScript has become more scalable across existing npm libraries and also introduced new advanced types. It looks like Microsoft guys learned a lot from C# and F# type system and feedback from their users<p><a href="https:&#x2F;&#x2F;www.typescriptlang.org&#x2F;docs&#x2F;handbook&#x2F;advanced-types.html" rel="nofollow">https:&#x2F;&#x2F;www.typescriptlang.org&#x2F;docs&#x2F;handbook&#x2F;advanced-types....</a>
评论 #20063847 未加载
评论 #20062993 未加载
评论 #20062964 未加载
评论 #20063279 未加载
评论 #20062765 未加载
评论 #20063574 未加载
Scarbuttalmost 6 years ago
What happened to the original author of PS?<p><a href="https:&#x2F;&#x2F;github.com&#x2F;purescript&#x2F;purescript&#x2F;graphs&#x2F;contributors" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;purescript&#x2F;purescript&#x2F;graphs&#x2F;contributors</a>
评论 #20063500 未加载
评论 #20062976 未加载
评论 #20062912 未加载
asplakealmost 6 years ago
Syntax question, after looking at a couple of examples: Long wished more languages had a ‘where’ clause (suspect it could be really nice to have in Python), but why the ‘where’ at the end of the initial ‘module’ line? I guess it’s doing something consistent, but it does look a bit odd
评论 #20063305 未加载
jaequeryalmost 6 years ago
what is scary about all these TypeScript, PureScript, Elm, etc, is that for variety of reasons, any one of these can just come and go. coffeescript anyone?<p>i&#x27;d tread very carefully and wisely before choosing any one of these paths.<p>it only makes sense imo if you come from Haskell, Clojure, or some other ML background to have an explicit interest in these languages.
评论 #20073099 未加载
评论 #20065518 未加载