Tagged articles
5 articles
Page 1 of 1
ByteFE
ByteFE
Apr 10, 2023 · Fundamentals

Overview of WebAssembly Language Ecosystem and Toolchains

WebAssembly has evolved to version 2.0, offering extensive instruction support, large memory handling, and vector operations, and is now widely used across web and non‑web scenarios; this article surveys popular languages (C/C++, Rust, Go, AssemblyScript, JavaScript, etc.) and key toolchains such as Emscripten, Binaryen, wasi‑sdk, TinyGo, wabt, wasm‑pack, and wasm‑bindgen.

BinaryenCEmscripten
0 likes · 24 min read
Overview of WebAssembly Language Ecosystem and Toolchains
Laravel Tech Community
Laravel Tech Community
Jun 15, 2021 · Fundamentals

Pros and Cons of Five Popular Programming Languages: JavaScript, Haskell, Go, PHP, and Elixir

This article compares five widely used programming languages—JavaScript, Haskell, Go, PHP, and Elixir—by outlining each language’s major advantages such as rapid prototyping, strong type systems, performance, and ecosystem support, as well as notable drawbacks including dynamic typing quirks, steep learning curves, and limited language features.

ElixirGoHaskell
0 likes · 12 min read
Pros and Cons of Five Popular Programming Languages: JavaScript, Haskell, Go, PHP, and Elixir
21CTO
21CTO
May 15, 2018 · Fundamentals

Which Programming Language Should You Start With? A Beginner’s Guide

This article compares Python, Java, Ruby, and JavaScript, explaining why learning programming concepts matters more than the language itself and offering practical advice for beginners on choosing a language that leads to easy job opportunities and smooth skill transfer.

JavaPythonRuby
0 likes · 4 min read
Which Programming Language Should You Start With? A Beginner’s Guide