Hacker News
- Cognate: Readable and concise concatenative programming https://cognate-lang.github.io/learn.html 18 comments
- Show HN: Miracode, a Minecraft programming font that is readable https://github.com/IdreesInc/Miracode 48 comments
- Programming language readability: Python vs Haskell http://williamedwardscoder.tumblr.com/post/18319031919/programming-language-readability 7 comments
- Half-baked idea: Standard machine readable output for command line programs http://rwmj.wordpress.com/2011/07/25/half-baked-idea-standard-machine-readable-output-for-command-line-programs/ 6 comments
- Screenful: a readable program that does something interesting and fits in one screen http://www.accesscom.com/~darius/hacks/screenfuls/screen1.html 2 comments
Lobsters
- Cognate: Readable and concise concatenative programming https://cognate-lang.github.io/learn.html 13 comments plt
- Odin - a fast, concise, readable, and pragmatic programming language https://github.com/odin-lang/Odin 3 comments programming
- I made a program in python for one of cs50p's problems and I'm wondering whether I can make a function in it more readable or easier. https://cs50.harvard.edu/python/2022/psets/1/meal/ 8 comments learnprogramming
- A WIP tool I made that converts readable code into Brainfuck, the esoteric programming language. https://github.com/p2r3/brainfuckplusplus 7 comments programming
- National Checklist Program Repository - how to open files in a "human" readable form? https://www.reddit.com/r/sysadmin/comments/i5l1in/national_checklist_program_repository_how_to_open/ 4 comments sysadmin
- Monoid - My new favourite programming font for RStudio. Condensed, Optimized for maximizing screen space, Excellent readability. https://larsenwork.com/monoid/ 6 comments rstats
- The switch statement: easy to overlook, but highly effective for keeping program logic clean and readable. Put it at the top of your toolbox. http://yourbasic.org/golang/switch-statement/ 5 comments golang
- Scientists warn we may be creating a 'digital dark age' - “Unlike in previous decades, no physical record exists these days for much of the digital material we own... the digital information we are creating right now may not be readable by machines and software programs of the future.“ https://www.pri.org/stories/2018-01-01/scientists-warn-we-may-be-creating-digital-dark-age 295 comments technology
- Is there a program or service I can use to combine two credit card accounts' activites into one easily readable format? https://www.reddit.com/r/personalfinance/comments/7nd8sz/is_there_a_program_or_service_i_can_use_to/ 4 comments personalfinance
- DAMP Programming: Reviving Readability https://medium.com/@thelarkinn/damp-programming-reviving-readability-d84647cc5b2e 8 comments programming
- SugarCpp is a programming language which compiles to readable C++11 code https://github.com/curimit/sugarcpp 13 comments programming
- [OC] AVR C programming macros library - abstractions for readable code and newcomers' delight http://andrejsdiystuff.wordpress.com/2014/11/08/avr-c-programming-macros-library/ 15 comments electronics
- PureScript -- strongly, statically typed programming language, written in and inspired by Haskell. Compiles to readable JS! http://purescript.readthedocs.org/en/latest/intro.html 11 comments javascript
- Can One Write Readable and Maintainable Perl? - Programming http://programming.oreilly.com/2013/12/can-one-write-readable-and-maintainable-perl.html 53 comments programming
- Dude, where's my code? A new system warns programmers when compilers — which convert high-level programs into machine-readable instructions — might simply discard their code http://www.mit.edu/newsoffice/2013/system-flags-useful-code-compilers-might-discard-1016.html?utm_source=feedburner&utm_medium=feed&utm_campaign=feed%3A+mit%2Fnews+%28mit+-+news%29 33 comments programming
- After several years of inactivity, the Underhanded C contest has returned. The object is to write a short, readable, innocent-looking computer program that nevertheless performs some evil function for reasons that are not obvious under code review. The prize is a $200 gift certificate to ThinkGeek. http://underhanded.xcott.com/?p=21 204 comments programming
- Readable programs http://blog.lukego.com//blog/2012/10/24/readable-programs/ 41 comments programming
- Half-baked idea: Standard machine readable output for command line programs http://rwmj.wordpress.com/2011/07/25/half-baked-idea-standard-machine-readable-output-for-command-line-programs/ 47 comments programming
- Java: readability and some FP (Functional programming in java) http://community.livejournal.com/jkff_en/341.html 13 comments programming
- Knuth - Why I must write readable programs http://www.desy.de/user/projects/litprog/philosophy.html 3 comments reddit.com
- Я (pronounced as "ya") provides a new programming experience to design complex control flows. It brings elements of visual programming embedded in text interface coupled with powerful type inference so you can create very compact and readable code at the same time. https://muratkasimov.art/Ya 8 comments haskell