Live data from Hacker News

Ask HN: What are some examples of beautiful software?

news.ycombinator.com

81–90 of 262 posts

Re: Ask HN: What are some examples of beautiful software?

#83
post #39

"Another World" There's a very interesting write up here: http://fabiensanglard.net/anotherWorld_code_review/ The game itself has an amazingly beautiful vector style. The engine is remarkably tiny, 20kb. I decided years ago if I ever find time to build a game I'd like to architect it like "Another World".

He wrote tinycc, qemu, a new image compression, AND he can write? Who is this man?

I think you're confusing Fabien Sanglard (writer of the above article) with Fabrice Bellard (prolific programmer)

Re: Ask HN: What are some examples of beautiful software?

#84
post #39

"Another World" There's a very interesting write up here: http://fabiensanglard.net/anotherWorld_code_review/ The game itself has an amazingly beautiful vector style. The engine is remarkably tiny, 20kb. I decided years ago if I ever find time to build a game I'd like to architect it like "Another World".

He wrote tinycc, qemu, a new image compression, AND he can write? Who is this man?

You're mixing him up with Fabrice Bellard, I believe (http://www.bellard.org/)

Re: Ask HN: What are some examples of beautiful software?

#86
post #58

Earlier quoted context omitted.

Related: - Things That Turbo Pascal is Smaller Than: http://prog21.dadgum.com/116.html - A Personal History of Compilation Speed, Part 2: http://prog21.dadgum.com/47.html

Turbo Pascal 5 got me into programming. I wish people would build smaller things again.

Remember punching in 4 pages of Pascal from a PC Magazine in early 90s. I had no idea about anything, syntax, semantics... it was long and painful.

Re: Ask HN: What are some examples of beautiful software?

#87
post #84

Earlier quoted context omitted.

He wrote tinycc, qemu, a new image compression, AND he can write? Who is this man?

You're mixing him up with Fabrice Bellard, I believe ( http://www.bellard.org/ )

Yes and both are french :)

Re: Ask HN: What are some examples of beautiful software?

#89
post #3

The most beautiful I'm aware of is Robert Strandh's SICL ( https://github.com/robert-strandh/SICL ). CL-PPCRE ( https://github.com/edicl/cl-ppcre ) is very nice as well, imo. What makes them beautiful? They're very straight forward and clearly communicate what they're doing, and how. And the parentheses in their language of choice softens the visual display of the code -- while the semantics of the language cause the…

Note SICL is used in CLASP https://github.com/drmeister/clasp (according to CLASP author's talk somewhere)

Re: Ask HN: What are some examples of beautiful software?

#90

SolveSpace - parametric CAD program. Single executable, well done UI, small code base, nice constraint solver, originally by a single person. It's the only OSS CAD I've found useful (QCad was second, then FreeCAD). There are also a few active developers now with major improvements on the way.

Cool! I was looking for a decent free CAD program. Will check it out.

Be sure to get the latest from whitequarks repository. He's been doing (or integrating) most of the recent development including the GTK3 and native OS X ports.
Post reply on HN