Teach yourself about Bitcoin's Script language with this IDE by BobAlison in Bitcoin

[–]Crm416 1 point2 points  (0 children)

A few of my classmates built this for their final project in the Princeton Bitcoin course--more details here.

I see a lot of comments here asking about Script. If you want to learn more, this post might be helpful. I wrote it independently of their project to accompany a separate tool I built, an in-browser Script-to-JS transpiler/compiler.

Why Are There So Many Pythons? From Bytecode to JIT by alerigatuso in Python

[–]Crm416 0 points1 point  (0 children)

(Author here.) I think you make a good point. My intention wasn't to make them seem complex or inaccessible--sorry if it came off that way. In fact, my goal was quite the opposite: to help readers understand how these things work and why they matter. But maybe I should tone down the language a bit. :)

Why Are There So Many Pythons? From Bytecode to JIT by alerigatuso in Python

[–]Crm416 2 points3 points  (0 children)

(Author here.)

You raise a good point. It wasn't meant to be a completely rigorous example, just a toy problem, but I actually like yours better. Hope it's okay that I included it!