▲ | krylon 4 days ago | |||||||||||||||||||||||||
When I learned programming, one of my first programs was a (rather lame) attempt to check the Goldbach conjecture. Over the years, as I learned more programming languages (first attempt was in C), it became my go-to program to get acquainted with a new language (for a few years, anyway). I never got very far, but it was fun to see how much performance I could squeeze out of the programming in various languages. So this tickles my nostalgia bone strongly. And maybe makes me feel a tiny bit jealous. But more excited than envious, really, to see people are still working on this problem. | ||||||||||||||||||||||||||
▲ | jay_gridbach 4 days ago | parent [-] | |||||||||||||||||||||||||
Thank you for sharing your experience. It's quite moving to know that someone in another country was going through the same thing I was. I implemented Goldbach in C++, C#, Java, and Go. | ||||||||||||||||||||||||||
|