Viewing profile — feelsboutlisps
feelsboutlisps
HN member- Joined
- Sun, Sep 11, 2016, 12:11 AM UTC
- HN karma
- 1
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About feelsboutlisps
No profile information was provided.
Recent public activity
-
comment
Comment #12491207
> Lisp has sensible norms Again, in your opinion. And sorry to start blunt because I'm trying to round this out as we're getting nowhere :) To me, writing my code like it's an AST,…
-
comment
Comment #12491043
I'm not arguing your opinions are anything other than your opinions. I don't agree with them however.
-
comment
Comment #12491030
I don't think you can put those things on the same scale. I think it's telling that you dismiss Lisp's syntax like it's unimportant rather than acknowledging that it's the several …
-
comment
Comment #12483430
> You're just paying extra attention to the lisp ones. Because people in this thread are attempting to put-forward lisps' macros (and writing code as an AST) as some big win, witho…
-
comment
Comment #12483393
> But that was just an example: there are things python will never have that you can add to lisp yourself. I don't want to. I want a language that has sensible norms. > As for your…
-
comment
Comment #12472623
> No. Lack of macros makes code bigger, more error prone and harder to understand. I mean, that's provably not true. Or at least not provably true. Let's me throw out at alternativ…
-
comment
Comment #12472600
> Getting rid of tons of syntax is not a sacrifice at all Getting rid of syntax that usefully expresses common cases absolutely is a sacrifice. What was that Turing tar pit thing a…
-
comment
Comment #12471650
> But, as long as Python is not homoiconic, it will never be as simple to express these ideas as it is in Lisp But it'll be way simpler to express literally every other day-to-day …
-
comment
Comment #12471577
> Also, the syntax is one of the best parts about Lisp. I think you're in the minority there. I would hope most people agree that Lisp 'sacrifices syntax in the name of homoiconici…
-
comment
Comment #12471568
> Macros are a language tool that lets you build abstractions, in some cases imo allowing better abstractions than would be possible without macros I guess 'better' is the operativ…
-
comment
Comment #12471470
> Macros I don't want my teammates writing macros. When the whole programming community constantly talks about situations within regular, more expressive languages (with syntax) li…