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.

Of these newish programming language which ones would you start using?

2 pointsby hitautodestructalmost 7 years ago
I&#x27;ve recently come across the Nim programming language and recalled that I have run into a few interesting language that can compile to Javascript such as Lua, Elm, BuckleScript etc.<p>I&#x27;m curious what languages if any people see themselves using and why?

2 comments

DarkWiiPlayeralmost 7 years ago
Personally? Lua and&#x2F;or moonscript. Not only does it transpile to javascript, you can even compile the Lua C code to Web ASM and run it in the browser directly with relatively good speed. Aside from that, you can use it to program games (löve and many other frameworks), http backends (openresty, luasocket, luahttp, etc.), using LuaJIT you can even write quite performant code for computationally expensive processes. Aside from that, if you write applications from scratch in a language like C, C++ or even Pascal, you can easily embed Lua as a scripting language.<p>But again, that&#x27;s just my personal opinion, and I must admit that I am somewhat of a Lua fanboy.
评论 #17236527 未加载
meiralealalmost 7 years ago
ClojureScript - although I already use, if I didn&#x27;t, I&#x27;d start. Why? I feel like learn it makes me smarter.
评论 #17236532 未加载