Skip to main content

All Questions

2 votes
1 answer
1k views

Custom language with mixed markup and Python, parsing in Python

I need a system for creating Python subclasses in a simple manner, and I was thinking of using a (custom) config language similar to json, xml, etc. Here's the initial structure I thought of (one ...
Mahi's user avatar
  • 406
9 votes
4 answers
13k views

How does Python compile some its code in C?

I read that some constructs of Python are more efficient because they are compiled in C. https://wiki.python.org/moin/PythonSpeed/PerformanceTips Some of the examples used were map() and filter(). I ...
Howcan's user avatar
  • 721
5 votes
2 answers
2k views

Alternative Scripting Language to Lua? [closed]

I would like to add scripting support to an applications and with plenty scripting languages available I am a bit overwhelmed. At first I thought about Python but I guess Python is a little too big ...
wirrbel's user avatar
  • 3,048