HackerTrans
TopNewTrendsCommentsPastAskShowJobs

peterohler

no profile record

Submissions

False Security

5 points·by peterohler·قبل شهرين·4 comments

Serious Lisp Written in Go

github.com
10 points·by peterohler·قبل 6 أشهر·4 comments

Discover JSON

github.com
3 points·by peterohler·قبل 8 أشهر·1 comments

comments

peterohler
·قبل شهرين·discuss
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
·قبل شهرين·discuss
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 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
Thanks for the help.
peterohler
·قبل 6 أشهر·discuss
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 أشهر·discuss
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)