isaacg1 / pyth

Pyth, an extremely concise language. Try it here:
https://pyth.herokuapp.com/
MIT License
262 stars 57 forks source link

Show code-length immediatly (Online Compiler) #84

Closed jakobkogler closed 9 years ago

jakobkogler commented 9 years ago

This bugged me for quite a while.

When follow a link to the Pyth Compiler/Executer (e.g. this link), the code length shows 0. Only when you manipulate the code, the code length gets updated to the correct length.

orlp commented 9 years ago

While we're talking about the online interpreter, could the textbox please use a fixed-width font?

gcq commented 9 years ago

The fixed-width issue is one line of CSS away: font-family: monospace; That should use the default monospaced font of the current system. I can PR if you want.