←back to thread

90 points Numerlor | 1 comments | | HN request time: 0.195s | source
Show context
behnamoh ◴[] No.41851517[source]
I want a Lisp-like REPL for my Python programs that is available to the user who runs my compiled Python program (so, I want compilation as well). The user will be able to interact with my program (instead of just running the main function), change function definitions, etc. and mold the program to their specific use case while it's running.
replies(5): >>41851780 #>>41852247 #>>41852604 #>>41853249 #>>41853727 #
Nab443 ◴[] No.41852247[source]
Something like https://hylang.org/ ? I suppose it won't work with compiled code though.
replies(1): >>41854929 #
1. behnamoh ◴[] No.41854929[source]
Last I heard it was moving too fast and broke a bunch of stuff.