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.

Ask HN: Survey: Scripting languages for realtime applications

2 pointsby schoetbiover 8 years ago
I am looking for scripting languages that are suited for realtime # programming. The main criteria is that there is no stop-the-world garbage collector as in Python or Lua.<p>The main approach these languages use is a reference counting garbage collector<p>Some candidates I have found are:<p><pre><code> - Squirrel (http:&#x2F;&#x2F;www.squirrel-lang.org&#x2F;) - Angelscript (http:&#x2F;&#x2F;www.angelcode.com&#x2F;angelscript&#x2F;) - EEL (http:&#x2F;&#x2F;eelang.org&#x2F;) - GameMonkey Script (https:&#x2F;&#x2F;github.com&#x2F;publicrepo&#x2F;gmscript) incremental GC - Exprk (https:&#x2F;&#x2F;github.com&#x2F;ArashPartow&#x2F;exprtk) More a expression evaluator than a language </code></pre> Some candidates that are not quite suited for me yet:<p><pre><code> - Luna (Beta) (https:&#x2F;&#x2F;github.com&#x2F;tj&#x2F;luna) - pforth (infix vs postfix) (https:&#x2F;&#x2F;github.com&#x2F;philburk&#x2F;pforth) </code></pre> My question is if I have all relevant projects on the list here or if I am missing an important possibly more widely used language?<p># Meaning of realtime: When talking about realtime some people understand differnet things. One group thinks it is about web applications that get updated data from the server without reloading a page. I on the other sind mean realtime as in realtime operating systems (RTOS).

1 comment

smitchell2about 8 years ago
Three that I&#x27;ve dabbled with are:<p><pre><code> - Euphoria (http:&#x2F;&#x2F;openeuphoria.org&#x2F;) - Wren (http:&#x2F;&#x2F;wren.io&#x2F;) - ChaiScript (http:&#x2F;&#x2F;chaiscript.com&#x2F;) </code></pre> Of those three, Euphoria is possibly the most widely used. It has also been around the longest - since 1993.
评论 #13752569 未加载