Live data from Hacker News

LFGo – Lisp-Flavoured Go

bitbucket.org

11–20 of 28 posts

Re: LFGo – Lisp-Flavoured Go

#16

As an aside, seeing more bitbucket hosted libraries on HN lately. This is a good thing. I am a fan of the github product, but I am bigger fan of not putting all your eggs in one basket.

I have repo's on github, bitbucket, and gitlab :)

Re: LFGo – Lisp-Flavoured Go

#19
I wish there were actual examples doing some I/O or http server where error handling comes into picture (which IMO the primary thing that messes up the Go code syntactically by repeating the "if err != nil {" block).

Re: LFGo – Lisp-Flavoured Go

#20
post #17

Oh god. They basically just took Go and added unnecessary parenthesis. This is the worst way to make Go LISP-like.

In my opinion, people who complain about Lisp's parentheses are usually the ones that have absolutely no idea about Lisp, nor have they any experience with it. Once you get "into" Lisp, you do not see it as a bunch of parentheses anymore, so focusing on this aspect suggests that the person who does it, does not really have much previous experience with Lisp.
Post reply on HN