top | item 42298357

(no title)

eismcc | 1 year ago

KlongPy author here: AMA

discuss

order

sevensor|1 year ago

Would it make sense to think of this as a compact syntax for numpy? When it comes to array operations, are there differences that go deeper than the syntax?

eismcc|1 year ago

KlongPy has a lot of other features beyond pure NumPy operations (such as IPC and web server), which you could see as a kind of making use of array operations in some application. You could look at the core Klong language as what you suggest.

jayavanth|1 year ago

why are so many array programming alternatives to numpy/scipy popping up recently? Is there a fundamental flaw or showstopper in numpy?

eismcc|1 year ago

Numpy is just the backend and KlongPy has a lot more application features than Numpy. You can see something like kdb+ as inspiration.

Qem|1 year ago

On Linux rlwrap is used to get the REPL working. Is possible to get the REPL working under PowerShell in a Windows box too?

eismcc|1 year ago

I don’t use windows so not sure.