HackerTrans
トップ新着トレンドコメント過去質問紹介求人

def-

no profile record

投稿

Finding Bugs Using LLMs

materialize.com
3 ポイント·投稿者 def-·2 か月前·1 コメント

コメント

def-
·8 か月前·議論
ASUS ProArt PA27JCV
def-
·11 年前·議論
While unsigned arithmetic is not "enabled by-default", a simple `import unsigned` and you have it.

If you want the language to handle overflows for you, you can enable runtime overflow checks for your whole code or any specific part of it.

Otherwise, if you opt for no runtime checks and release builds with all optimizations, you indeed go into the same undefined behaviour territority as in C, so you'd have to prevent overflows before they happen.
def-
·11 年前·議論
Well, it was named "Nimrod" before, but there were other problems with that name, which prompted the rename. "Nim" was a good choice because it was the file ending already. Also, easier to google than C and Go at least. Usually "nim-lang" works fine.