Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. GPS time from ATSC broadcast PoC(fabian.fyi ↗)
    discuss
  2. iTerm2 Buddy – iTerm2 Companion App(iterm2.com ↗)
    discuss
  3. Firefox 156 opens PDFs 45% faster, plus a few annoying bug fixes(pcworld.com ↗)
    discuss
  4. Ribbit: A Small Scheme VM, Compiler and REPL in 4K (2021) [video](youtube.com ↗)
    1comments
  5. Well did LLMs for Mortals hold up 6 months after publishing(crimede-coder.com ↗)
    discuss
  6. One9s – A Bubble Tea TUI for OpenNebula Cluster Management(scszero.com ↗)
    discuss
  7. Flock cameras are riddled with security vulnerabilities and hardcoded creds(micahflee.com ↗)
    2comments
  8. How electric cars took hold in Australia(nytimes.com ↗)
    1comments
  9. waterfall: Induction Proofs in Lean(samth.github.io ↗)
    discuss
  10. Danish pharma giant Novo to use Anthropic's Claude to advance AI drug discovery(euronews.com ↗)
    1comments
  11. Show HN: Learn Claude Code – Interactive Mindmap(mikenikles.com ↗)
    discuss
  12. Show HN: Collected every single "What are you working on" project into a website(reachpad.app ↗)
    1comments
  13. Model Misalignment Reporting Framework(openai.com ↗)
    discuss
  14. What we learned from our traces(traces.com ↗)
    discuss
  15. You are doing your code gen wrong(testrigor.com ↗)
    discuss
  16. HarnessTax: How Much Does the Harness Matter for Coding Agents?(harnesstax.github.io ↗)
    discuss
  17. Can I get insurance for company renting humanoids for parties?
    1comments
  18. The Phenomenon of Bullshit Jobs: A Work Rant (2013)(davidgraeber.org ↗)
    discuss
  19. Show HN: Fivetran CLI is released to Beta(pypi.org ↗)
    discuss
  20. Assistant Benchmark(assistantbenchmark.com ↗)
    discuss
  21. Typesafe-computer-use drives a Mac toward a goal for 1/50th of a cent per step(github.com/awlevin ↗)
    discuss
  22. OpenAI's Hugging Face Hack Is the Best AI Safety Opportunity So Far(cahlik.net ↗)
    2comments
  23. Huai Su's Autobiography (2017)(vincentpoon.com ↗)
    discuss
  24. ElevenLabs Launches Reception(twitter.com/elevenlabs ↗)
    2comments
  25. Show HN: Kosmic Kart – Mario Kart-style racing with friends in the browser(kosmi.io ↗)
    discuss
  26. God's Eye View(github.com/bilawalsidhu ↗)
    discuss
  27. Characterizing ~375 GB Kimi K2.5 on a 128 GB Ryzen AI MAX+ 395 PC(zenodo.org ↗)
    1comments
  28. Write Linters and Tools Before Code(cookie.engineer ↗)
    discuss
  29. LispBM is a concurrent Lisp for microcontrollers with message passing(lispbm.com ↗)
    1comments
  30. Design System Scalability Made iPhone Duo Possible(romain.garden ↗)
    discuss

LispBM is a concurrent Lisp for microcontrollers with message passing

2 pointsby 42m agolispbm.com
1 comments
42m agoHN ↗

LispBM (LBM) is a Lisp or Scheme-like programming language for microcontrollers. LispBM also borrows a couple of ideas from Erlang when it comes to concurrency, message passing, pattern matching and process monitoring. The LispBM runtime system can be compiled for either 32 or 64-bit platforms and runs on a wide range of hardware such as, for example, STM32, NRF52, ESP32 or X86. When running the LispBM runtime system on a microcontroller, it can be built on top of ChibiOS, FreeRTOS or ZephyrOS or, if you are adventurous, on bare-metal. LispBM can also be built to run on top of regular Linux (and now even Windows).

Who wouldn’t want a REPL (read eval print loop) on their embedded platform? This is what LispBM is for!

Try it now (WebAssembly)

https://www.lispbm.com/repl-wasm/