Pas de Code
76 subscribers
106 photos
1 file
402 links
What I cannot create, I do not understand.

DM: @alexey_mileev
Original channel in RU: @devballet
Twitter: twitter.com/pasdecode_
Download Telegram
@Harmonizr recommended a great talk by Jonathan Blow - game designer of Braid and The Witness. The main point is that it’s easy to lose the knowledge, and it’s happening right now in the software industry.

#talk #language #gamedev
Good one: this document describes which languages Fuchsia supports. Short summary:
- C - platform βœ…, end-developers βœ…
- C++ - platform βœ…, end-developers βœ…
- Dart - platform βœ…, end-developers βœ…
- Rust - platform βœ…, end-developers ❌
- Go - platform ❌, end-developers ❌
- Python - platform βœ…, end-developers ❌
 
#fuchsia #google #language
Esoteric programming languages are different. Some are frightening, like Madness. Some are funny, like FiM++. But I've never seen anything as disgusting as Folders. There are no source code files in Folders, just Windows folders hierarchy, and this hierarchy defines our program.

#humor #esoteric #language
Well, Kotlin 1.7.0 is out. Feels like an intermediary release. Smells like teen spirit. I wonder, where this T & Any syntax in generics will lead us to.

#kotlin #language
πŸ‘1
Not sure how to summarize this post. Author shares his thoughts on soft and languages, experiments with UI-frameworks, and, finally, implements a JVM language. It's a longread, but it's worth it.

#ui #programming #language
Ladies and gentlemen, please welcome JEP 430: String Templates!
They've decided to bring something like string interpolation to Java, but to do it BETTER than everyone else.
The result is, well, quite surprising:
String s = STR."\{x} + \{y} = \{x + y}";

#java #language #jep