Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

Seconded. Just be aware that its implementation of equalp for strings is dog-slow (compared to clisp at least).


sort by: page size:

It's as easy as Python and as fast as C. That was my take when I looked at it and bought the book last year.

Have you tried it? It's usually pretty good for Python.

I use it frequently and I like the output it creates. I sure as hell like python's better than C#'s (== none at all and people doing all kinds of crazy broken crap inlined into Main(string[] args).

I've never managed to use optparse without the docs open though. I'm not sure that's a defect, but it seems like room for improvement.

Can someone (zed?) point at a library in any other language that's better?


More or less - easy and intuitive like Python (or better), fast almost like C.

I think HCL is very nice. Easy to read and write, has clear types, has basic functions (arithmetic, string manipulation, etc) with the ability to extend with custom functions as well. It can also be easily converted to JSON, which is a pretty cool way of adapting for machine manipulation.

Haskell and PureScript are the ones I’ve used.

One that doesn't try to load dynamic objects on runtime like glibc does, if you use certain functions.

It has all the power of something like Python, but is much faster and with far less cruft and basically no confusing elements.

You’re given a small set of tools and it’s incredibly easy to build off them.


Much better! This is in C and Python and under AGPL.

Thanks, that looks very interesting! I wish I would have used this years ago, but (un)fortunately I switched over to Python (and some C for extensions).

I'd also recommend KDB+

I find my code very clear and readable in it.


Personally I like Tup, which also does this, and has no dependencies, but it has some quirks.

I wanted to recommend Haskell/Elm, which is what we use at ITProTV, but felt it wasn’t popular enough to recommend per the OP’s preferences, so thank you for recommending it :)

How does it compare to Futhark/J? I'm especially curious how it compares to calling Futhark from Python. Are there special data structures?

I like einsum, it's concise and self-explanatory. Way better than multiple lines of nested for loops would be.

Have you tried Cython already? That's almost Python and much faster.

Have you tried ratpoison? Same author, but in C, so it's fast.

The only other equal I've seen to scribble around is Python's Sphinx. I use Sphinx for all my projects no matter what language they're in because it's so good.

That one is really great imo, because it doesn't use any utility libraries whatsoever which makes it much easier to understand if you're new to this stuff and have no clue what's what.
next

Legal | privacy