Mochi Programming Language v0.7.0 – calling Python and Go in one file

Jun 2025 (v0.7.0)
Mochi v0.7.0 streamlines agent communication, extends the foreign function interface and introduces a new eval builtin. Package imports can now reference local files and directori… Read more

Similar

Faster Python with Go shared objects

There's no two ways about it, Python is slow. I felt this in particular when exploring how to sanitize potentially malicious HTML content in the CTFd content editor. The two options for sanitizing/processing HTML in Python both have some tradeoffs: Poorl... (more…)

Read more »

How to make a Python script Pip-installable

As Python developers, we’ve all used pip to install applications, but speaking to other Python developers, it’s not always clear how to make your own application/script pip-installable. If you want to automatically publish your Python to PyPi, check out m... (more…)

Read more »