Seems to be about the same as it's ever been. Still being updated and worked on, and still very few people use it.
HN user
pavelbr
C# has been adding new major language features all the time since its inception, including pretty much everything we are seeing being added to Java these days.
My experience with F* is several unsuccessful hours of trying to compile hello world thanks to a complete lack of instructions for configuration and installation.
I hope it's gotten better.
The pricetag
I'm a new developer (an intern, actually). I just started writing a system that requires a couple secret strings. Currently I just have them as constants with my code, with the idea that I'll figure out something to do with them once I make sure everything is working.
What should I do with those secrets though? I'm not sure how to store them securely. So far I've been considering putting them in the server configuration so they can be read from environment variables, but that seems inconvenient for me and other developers and also not that much more secure.
Maybe software for specifically Linux is kinda KDE's whole thing. I'm just happy they go out of their way to package and test their code against other OSs in the first place.
It's fast and you can make bindings for it to any other language extremely easily.
I believe the Visual Studio team is working on something like this to provide better autocomplete for specifically C#.
If I wanted to actually run this compiler, how would I build it?
I launch apl in my terminal if the calculation I need to do is simple and Wolfram|Alpha otherwise
Ubisoft's Tom Clancy games are still generally Gameplay.
Rainbow Six Siege is still one of my favorites.
GitHub owns and maintains Atom, and it's biggest competitor is VS Code.
I don't know about gevent, but stackless will work with any libraries in the same way CPython does, which makes sense given it's just a fork. Native extensions obviously won't benefit from stackless but still work with it.
Exceptions and threads don't mix well however, so using Stackless' microthreads with code that relies on exceptions will likely lead to slowdown, so there are a few things to be aware of.
This isn't mine, it's just a neat thing I found. If you don't want to download it, you can play around with it on TIO: https://tio.run/##TY3BCgIxDETP7lfk2AorFm/CfkypKQa7aUnSw359d0...
What dynamic languages run on the jvm? To my knowledge it doesn't support dynamic types at all.
Perl6 isn't an update to Perl5. It's a completely unrelated language with a misleading name.
Is `hexdump` not `xxd`?
As a young person (high school) I can assure you that this is most probably false.
No it isn't, for certain certificate errors this is the only way.
I thought about this for a while before I published it. In the end, I thought it was neat and didn't see a reason not to.
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.
Also remix3D, by Microsoft: https://www.remix3d.com
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.
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.
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.
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.
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.
No issues here: https://tio.run/##Sy7WTc4vSv3/PzknsbhYwbGgoLq4JLEkM1mhLD8zRc...
There already is a collection of `Hello, World!`s for every language used in tests, and this feature is planned to be implemented soon.