Hacker News new | ask | show | jobs
by jcadam 2226 days ago
I'm a Clojure fan but I'm not sure a modeling and simulation problem such as this is the best use case for it. Sure, you can do it, but it probably wouldn't be my first choice. Last I checked, Aerospace software is still dominated by C/C++ and Ada (still alive because it found itself a niche), and there's good reasons for it. The satellite simulators I worked on had to be able to execute actual flight code from the vehicle, so you needed to get fairly low level.

Nowadays I write web applications like everyone else on the planet and use Java, JS and/or Clojure (when I can get away with it).

But cool little project, nonetheless.

1 comments

I would have to google but I’m fairly sure Rich Hickey has expressly state’s this sort of project as a motivation for Clojure. Perhaps not with such real-time demands or For integrating with hardware, but certainly from the exploration and theory side.