Lines of code that changed everything (2019)
1–10 of 23 posts
Re: Lines of code that changed everything (2019)
#2Re: Lines of code that changed everything (2019)
#3Re: Lines of code that changed everything (2019)
#4#define true 0
#define false 1
Re: Lines of code that changed everything (2019)
#5> Date: 2002
> Established a new way for technology (and cats) to move in the physical world
> (define-behavior (bounce :start-when (or (bump?) bounce-trigger? ) :abort-when (bump-edge?) :onetime? t))
Does anyone closer to the source here know if Roomba is still written in Lisp?
Re: Lines of code that changed everything (2019)
#6lines of code that change everything: #define true 0 #define false 1
everything++Re: Lines of code that changed everything (2019)
#7Re: Lines of code that changed everything (2019)
#8> The Roomba’s Guidance System > Date: 2002 > Established a new way for technology (and cats) to move in the physical world > (define-behavior (bounce :start-when (or (bump?) bounce-trigger? ) :abort-when (bump-edge?) :onetime? t)) Does anyone closer to the source here know if Roomba is still written in Lisp?
I suspect that's why lisp is in there at all! It's very likely python/cpp nowadays though.
Re: Lines of code that changed everything (2019)
#9Previous discussion: https://news.ycombinator.com/item?id=21648568
Re: Lines of code that changed everything (2019)
#10I wonder if the reason Stuxnet isn’t on there is because its impact is yet to be seen.