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.

Try F# on WebAssembly

101 pointsby sergimansillaover 6 years ago

4 comments

davidgrenierover 6 years ago
Programming professionally with WebSharper has been the best web development experience I ever had. Several years later I ended up doing some web development with Angular and it was a horrific experience.<p>The one thing I&#x27;m most certain of is that popularity in software development doesn&#x27;t correlate with merit. This is unfortunate because approaches that are superior are generally overlooked in favor of gimped alternatives from big names like Google and Apple.<p>IntelliFactory have been strong at F# for over a decade now and if you have yet to use an ML like F# in anger yet, you just can&#x27;t know what you are missing on.
评论 #18777076 未加载
评论 #18777002 未加载
评论 #18779087 未加载
brianbernsover 6 years ago
This is a neat idea, but I found it painful to use for anything but trivial examples, since the main thread pauses for a second or two every time I edit my code. (Using Chrome.)<p>I tried running this snippet: <a href="http:&#x2F;&#x2F;www.fssnip.net&#x2F;7VB&#x2F;title&#x2F;Enumerating-the-Rationals" rel="nofollow">http:&#x2F;&#x2F;www.fssnip.net&#x2F;7VB&#x2F;title&#x2F;Enumerating-the-Rationals</a><p>Problems I ran into:<p>* BigInteger isn&#x27;t available, even though it&#x27;s part of F# core and I opened System.Numerics.<p>* Syntax coloring failed when I defined static member (* ). It seemed to think that (* opened a comment that was never closed. (Sorry, HN formatting prevents me from typing the correct inline multiplication override.)
slaveoftimeover 6 years ago
I just hope Microsoft can put more resource on F# to help the community grow faster.
评论 #18782475 未加载
Stronicoover 6 years ago
How is this different from Blazor?
评论 #18797363 未加载