broxp·vor 9 Jahren·discussWhy hasn't anybody captured pregnant Whalefish and raised the offspring?Then, it would've become apparent - long before DNA methods were known. :D
broxp·vor 9 Jahren·discussFortress (a dead JVM programming language by Guy Steele) had an interesting approach for special characters:https://de.wikipedia.org/wiki/Fortress_(Programmiersprache)#...
broxp·vor 9 Jahren·discussOr programming in the RPG Maker:http://d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546...
broxp·vor 9 Jahren·discussRegarding coloring, I created a simple Ruby editor with syntax highlighting that features...- Indentation based coloring of whitespace- Nesting-based coloring of parenthesesYou can try it out here:https://broxp.github.io/ruby-ideOf course, these ideas are not new.There are plugins for IDEs for some languages, one that I recall is the F# depth colorizer:https://cyanbyfuchsia.wordpress.com/2013/11/18/cool-visual-s...And there is parentheses highlighting in Eclipse (when touched by the cursor).