
It’s not Racket (sorry!) so I don’t expect to enter it into the lang party, but a little tool I’ve been building for the past few weeks has grown considerably in scope beyond my original intent is in an (almost) 1.0 state, can be found here, and may prove useful to others here:
https://github.com/massung/tournesol
Still a few more features I want to add + improve, but I already use it quite often. Curious what others think and if anyone else has similar needs for which a particular feature I haven’t thought of would be a great addition.

It also uses an s-expr like syntax for function calling :wink:

Looks great. Reminds me of Frink.

You could name it Farnsworth or Tournesol.

Tournesol? Interesting name. Where does that come from?

Professor Tournesol from Tintin.


TIL “tournesol” means “sun flower” in french.

Okay, I like that. Definitely at the top of the list now. Thanks! :slightly_smiling_face:

need to think of a good 2–4 letter CLI shorthand for it, tho, can’t be typing that out each execution… maybe tn
?

The command name tn
is not in use on my system at least.

Updated repo name/link. I like that name. Rebuilding project ASAP w/ it now. Thanks @soegaard2 :wink:

You have to add that pic to your readme so people ‘get’ the name

If you want a racket backend : https://pkgs.racket-lang.org/package/measures\|https://pkgs.racket-lang.org/package/measures

Nice!

I initially started the project in Racket, but quickly abandoned and went to Haskell for several features I wanted