Click here to Skip to main content
15,887,477 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Anyone used AssemblyScript? Pin
W Balboos, GHB11-Nov-20 8:19
W Balboos, GHB11-Nov-20 8:19 
GeneralRe: Anyone used AssemblyScript? Pin
Chris Maunder11-Nov-20 8:53
cofounderChris Maunder11-Nov-20 8:53 
GeneralRe: Anyone used AssemblyScript? Pin
W Balboos, GHB11-Nov-20 8:58
W Balboos, GHB11-Nov-20 8:58 
JokeRe: Anyone used AssemblyScript? Pin
Nelek11-Nov-20 9:26
protectorNelek11-Nov-20 9:26 
GeneralRe: Anyone used AssemblyScript? Pin
Sander Rossel11-Nov-20 9:28
professionalSander Rossel11-Nov-20 9:28 
GeneralRe: Anyone used AssemblyScript? Pin
Mycroft Holmes11-Nov-20 11:24
professionalMycroft Holmes11-Nov-20 11:24 
GeneralRe: Anyone used AssemblyScript? Pin
W Balboos, GHB12-Nov-20 0:38
W Balboos, GHB12-Nov-20 0:38 
AnswerRe: Anyone used AssemblyScript? Pin
Andre_Prellwitz12-Nov-20 6:03
Andre_Prellwitz12-Nov-20 6:03 
The use case for AssemblyScript is for those who want to write WebAssembly in a nicer syntax, or in an object-oriented way. While WASM is considered a "universal target" for other programming languages, there is a lot of overhead and massive toolchain that comes with providing the source platform environment and libraries. The AssemblyScript compiler can be told to remove even its minimal OO library and just compile to the bare-spec WASM binary format; this can be orders of magnitude faster to compile, download, and--in some cases--execute.
GeneralThought of the Day Pin
OriginalGriff11-Nov-20 4:38
mveOriginalGriff11-Nov-20 4:38 
GeneralRe: Thought of the Day Pin
W Balboos, GHB11-Nov-20 4:47
W Balboos, GHB11-Nov-20 4:47 
GeneralRe: Thought of the Day Pin
Mike Hankey11-Nov-20 4:52
mveMike Hankey11-Nov-20 4:52 
GeneralRe: Thought of the Day Pin
Fueled By Decaff11-Nov-20 5:00
Fueled By Decaff11-Nov-20 5:00 
AnswerRe: Thought of the Day Pin
megaadam11-Nov-20 5:04
professionalmegaadam11-Nov-20 5:04 
GeneralRe: Thought of the Day Pin
DRHuff11-Nov-20 5:28
DRHuff11-Nov-20 5:28 
GeneralRe: Thought of the Day Pin
Marc Clifton11-Nov-20 6:48
mvaMarc Clifton11-Nov-20 6:48 
GeneralRe: Thought of the Day Pin
dandy7211-Nov-20 11:15
dandy7211-Nov-20 11:15 
GeneralRe: Thought of the Day Pin
Slow Eddie12-Nov-20 1:56
professionalSlow Eddie12-Nov-20 1:56 
GeneralRe: Thought of the Day Pin
dandy7212-Nov-20 6:37
dandy7212-Nov-20 6:37 
GeneralRe: Thought of the Day Pin
Slow Eddie12-Nov-20 6:58
professionalSlow Eddie12-Nov-20 6:58 
GeneralMore rotten apples? Pin
W Balboos, GHB11-Nov-20 4:07
W Balboos, GHB11-Nov-20 4:07 
GeneralRe: More rotten apples? Pin
Chris Losinger11-Nov-20 4:26
professionalChris Losinger11-Nov-20 4:26 
GeneralRe: More rotten apples? Pin
Maximilien11-Nov-20 4:42
Maximilien11-Nov-20 4:42 
GeneralRe: More rotten apples? Pin
W Balboos, GHB11-Nov-20 4:52
W Balboos, GHB11-Nov-20 4:52 
GeneralRe: More rotten apples? Pin
Chris Losinger11-Nov-20 4:54
professionalChris Losinger11-Nov-20 4:54 
GeneralRe: More rotten apples? Pin
W Balboos, GHB11-Nov-20 5:05
W Balboos, GHB11-Nov-20 5:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.