Y Combinator Resources for Developers
121–129 of 129 posts
Re: Y Combinator Resources for Developers
#122Re: Y Combinator Resources for Developers
#123Earlier quoted context omitted.
Agreed. We had to rush this page out for a Google-driven deadline. I've just fixed the formatting like you suggested.
I am curious about what that Google-driven deadline might be. Care to elaborate a bit?
Re: Y Combinator Resources for Developers
#124Under the “ Ask a Female Engineer ” heading, I wish they would include a link to https://communequation.wordpress.com/2017/07/05/im-not-a-wom... for an alternate viewpoint, in order to reduce the echo chamber effect.
On the one question currently in that section, they have a diversity of viewpoints from the panel. There's no evident echo chamber effect. Anyhow, it would be rejecting the argument of the blog post to link to it there, and the blog post itself is a bit of an increase incoherent mess (the author proudly identifies as female, adopting one label, and seems to equally proudly adopt the tech worker label, yet rejects the…
Re: Y Combinator Resources for Developers
#125Somewhat shocking to see a brand new 2019 website that isn't responsive, especially when it's not super difficult.
Re: Y Combinator Resources for Developers
#126Earlier quoted context omitted.
It's easy to roll anything in CL if you know what you're doing, but making it talk wsgi or generate pngs isn't trivial, no matter what language you're writing it in.
CL implementations do have an FFI that you could at least call C libraries from, don't they?
Re: Y Combinator Resources for Developers
#127Re: Y Combinator Resources for Developers
#128Is Paul Graham and Robert Morris's Arc language[a] being used for anything in production other than Y Combinator websites? [a] http://arclanguage.org/
https://www.laarc.io/ uses it. It's a HN clone created by an ex-employee from S2 (which develops Heroes of Newerth, a Dota clone). It's available on github as well. https://github.com/laarc/laarc
Re: Y Combinator Resources for Developers
#129Earlier quoted context omitted.
> it's been more or less been proven to be false Not really. It's true that few big winners have used Lisp, but that would only disprove the thesis if there were also companies who tried using Lisp and failed. AFAICT, no one is even doing the experiment. I actually know of two notable counterexamples: Barefoot Networks has an internal design tool written in Common Lisp that is a significant source of competitive adva…
If not commercial Lisp, what you think about using Racket for both the IDE and so they can pre-scale by giving HtDP to good developers who want to learn Scheme?