HackerTrans
トップ新着トレンドコメント過去質問紹介求人

peterohler

no profile record

投稿

False Security

5 ポイント·投稿者 peterohler·2 か月前·4 コメント

Serious Lisp Written in Go

github.com
10 ポイント·投稿者 peterohler·6 か月前·4 コメント

Discover JSON

github.com
3 ポイント·投稿者 peterohler·8 か月前·1 コメント

コメント

peterohler
·2 か月前·議論
Well, blog entry is still there at https://orbisappsec.com/blog/critical-buffer-overflow-in-ojs... but it is total nonsense and a hallucination.
peterohler
·2 か月前·議論
I was contacted by the submitter and they apologized and removed the blog entry. It was AI generated. It was nice to see they were upstanding enough to correct it. That's a plus in my book.
peterohler
·4 か月前·議論
Another alternative is oj, https://github.com/ohler55/ojg. I don't know how the performance compares to jq or any others but it does use JSONPath as the query language. It has a few other options for making nicely formatted JSON and colorizing JSON.
peterohler
·4 か月前·議論
I've been writing Lisp code off and one since the 80s. The standard for Common Lisp has to be sbcl but the REPL is pretty minimal. The available packages tend to be more limited than Go which I've been using a lot lately. I did find a way to have a more functional REPL and also have access to all the Go packages by writing SLIP (https://github.com/ohler55/slip). Yes I know this is a plug for SLIP and if that offends anyone I apologize. The reasons mentioned for developing it are valid though and I've managed to use Lisp for almost all the data mining and processing tasks.
peterohler
·6 か月前·議論
Over the last 2 or 3 years I've been building a Common LISP implementation in Go so that Go packages can be utilized by LISP code. Building a REPL with lots of interactive features was rewarding as was taking up the challenges of the object systems (CLOS and Flavors) and generics. Just open sourced it at the start of January. https://github.com/ohler55/slip
peterohler
·6 か月前·議論
Thanks for the help.
peterohler
·6 か月前·議論
After several years of development here is a mostly Common LISP implementation written in Go with a REPL, CLOS, generics, Flavors, and much more.
peterohler
·9 か月前·議論
If you prefer JSONPath as a query language, oj from https://github.com/ohler55/ojg provides that functionality. It can also be installed with brew. (disclaimer, I'm the author of OjG)