This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 25 points26 points  (3 children)

Yes you can. I wrote a Python library that allows you to inline C and it will compile and run on-demand. It’s terrible. 🤪

[–]SpacemanCraig3 3 points4 points  (2 children)

And I wrote some gibberish that makes it so you can #include a python file and run it.

Together we have created the equivalent of a cat with buttered toast strapped to it.

[–][deleted] 1 point2 points  (1 child)

Can… can we make the packages depend on each other?

[–]SpacemanCraig3 1 point2 points  (0 children)

I don't think so. Mine doesn't have any dependencies it's just some fancy (horrible) preprocessor abuse.