|
|
|
|
|
by rmrfstar
2072 days ago
|
|
Python is the duct tape of programming languages. Never the best tool if you have strict performance requirements, but so damn versatile it will never go away. Cython does need better docs though, the steep learning curve means it is under-utilized. |
|
For some that glue is Forth. :D
> A guy named Jean-Paul Wippler is considering using Forth as a super glue language to bind Python Perl and Tcl together in a project called Minotaur (http://www.equi4.com/minotaur/minotaur.html).
> Forth is an ideal intermediary language, precisely because it's so agile. Otherwise, it wouldn't have been chosen for OpenFirmware, which when you think about it, is a Forth system that must interface to a potentially wide variety of programming language environments.