Hacker News new | ask | show | jobs
by lfnoise 1427 days ago
Smalltalk uses periods. One thing I like about C is that I can write .1 or 1. , but most languages these days force me to add the zero: 0.1 or 1.0 .