TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

An incomplete list of complaints about real code

15 pointsby parsecsover 4 years ago

1 comment

lalaithionover 4 years ago
Haskell:<p>* Meaningful whitespace (Yes, you can use {;}, but no one does)<p>* Magic characters (Also optional, but yes everyone uses them)<p>* Dependencies - sort of? You can definitely write anything you want with base+containers+vector.<p>* Garbage Collection<p>* Exceptions - they do exist, even in pure code (although you can&#x27;t catch them in pure code), but thankfully rare.<p>Rust:<p>* Magic characters<p>* dependency hell is possible here too<p>Is there any language that doesn&#x27;t check one of these boxes? As far as I can tell, you either have a Garbage Collector, unsafe pointers, or Rust. Is there another language that falls into the Rust category that&#x27;s not early in development?
评论 #26246792 未加载