💾 Archived View for fuwn.me › blog › programming_languages.xml captured on 2024-05-26 at 14:34:39.
⬅️ Previous capture (2024-05-10)
-=-=-=-=-=-=-
<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Programming Languages</title><link>gemini://fuwn.me/blog/programming_languages</link><description>Thoughts and Resources of the Programming Languages Fuwn Uses</description><generator>locus</generator><lastBuildDate>Tue, 14 May 2024 08:11:12 +0000</lastBuildDate><atom:link href="gemini://fuwn.me/blog/programming_languages.xml" rel="self" type="application/rss+xml" /><item><link>gemini://fuwn.me/blog/programming_languages/forth</link><description>## Resources => http://www.forth.org/ Forth Interest Group Home Page => https://forth-standard.org/ Forth => http://theforth.net/ the Forth Net => http://www.complang.tuwien.ac.at/forth/program-links.html Links to Forth Programs => https://github.com/uho/docker-forth Docker images for popular Forth systems => http://forthworks.com/ ForthWorks (HTTP) => gemini://forthworks.com/ ForthWorks (Gemini) => gopher://forthworks.com:70/ ForthWorks (Gopher)</description><title>Forth</title><guid>gemini://fuwn.me/blog/programming_languages/forth</guid><pubDate>2022. 04. 21.</pubDate></item><item><title>Go</title><link>gemini://fuwn.me/blog/programming_languages/go</link><pubDate>2021. 07. 19.</pubDate><guid>gemini://fuwn.me/blog/programming_languages/go</guid><description>Golang... Go is quite a funny language to me. I have a hard time taking it seriously, not because of the name, but because of the way it handles. Don't get me wrong, Go is a great tool to have under your belt, but it just feels very... "childish" ... to ME. Other than the weird chills I get whilst working with it (I just had to get that off my back, for the record), I think Go is a pretty nifty language. Go has the "I can do anything! just not very well..." [0] feeling to it, and it is very much true! I don't write software in Go because it "fast!" or "great on memory!", I write software in Go because it "fast! ...", "to write in!". > [0] Having the aforementioned quality to it is not particularly a bad thing, I think it actually benefits Go! Now, allow me to list some pros and cons that I have to say about Golang with some things to note while reading: These are ...