pavelbr
|
8 years ago
|
on: Startpoint: A saner replacement for `if __name__ == “__main__”`
pavelbr
|
8 years ago
|
on: 8 World-Class Software Companies That Use Python
Python is incredibly popular, we know lots of companies use it. I'd be more intrested to see who uses Haskell, Lisp, ML, and other less popular languages.
pavelbr
|
8 years ago
|
on: Poly – Browse, Discover and Download 3D Objects
pavelbr
|
8 years ago
|
on: TIO: Try it online
You can ping the site's maintainer, @Dennis, in talk.tryitonline.net. Bug reports and language requests tend to be resolved withing the same day of them being submitted, because Dennis is awesome.
pavelbr
|
8 years ago
|
on: TIO: Try it online
TIO is powered by Fedora Linux, and unfortunatly the site's maintainer was unable to get the Linux port of Swift to work. This may change in the near future, however.
pavelbr
|
8 years ago
|
on: TIO: Try it online
The reason it's the first time you've seen might be because it's stupidly difficult to get that effect to work on IE/Edge. You might notice that there's a different effect on the run button for those browsers.
pavelbr
|
8 years ago
|
on: TIO: Try it online
Input is StdIn. Arguments are command line arguments. Header and Footer are glued to code by newlines. Output is StdOut, Debug is StdErr and timing information.
pavelbr
|
8 years ago
|
on: TIO: Try it online
Please contact @Dennis, the maintainer of TIO in talk.tryitonline.net, and tell him what isn't working. Fixes and language requests tend to be resolved within a day, because Dennis is awesome.
pavelbr
|
8 years ago
|
on: TIO: Try it online
pavelbr
|
8 years ago
|
on: TIO: Try it online
There already is a collection of `Hello, World!`s for every language used in tests, and this feature is planned to be implemented soon.
pavelbr
|
8 years ago
|
on: TIO: Try it online
It's actually quite simple: 'options' are command line options that you can supply, I don't know PHP but for Ruby it might be `-p` for example. Header and Footer are just glued to the code by newlines.