View Single Post
Old 08-03-2019, 02:00 PM   #10
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
We're all forgetting that input handling is essentially a main loop, so, err, having a main loop in Go for a Python app kinda doesn't work ^^?

The OP would have had to write everything in Go, which is another argument entirely .

The whole point of my Python packages is to leave the painful crap to me, so that devs can just start hacking on their code right away (i.e., quicker iteration).
The only downside left is the dependency on said Python packages (vs. a standalone-lier approach in Go or LuaJIT or C).

Last edited by NiLuJe; 08-03-2019 at 02:06 PM.
NiLuJe is offline   Reply With Quote