💾 Archived View for fuwn.me › blog › programming_languages.xml captured on 2023-05-24 at 17:58:19.
⬅️ Previous capture (2023-04-19)
-=-=-=-=-=-=-
<?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><generator>locus</generator><lastBuildDate>Wed, 17 May 2023 09:53:44 +0000</lastBuildDate><description>Thoughts and Resources of the Programming Languages Fuwn Uses</description><atom:link href="gemini://fuwn.me/blog/programming_languages.xml" rel="self" type="application/rss+xml" /><item><title>Rust</title><link>gemini://fuwn.me/blog/programming_languages/rust</link><guid>gemini://fuwn.me/blog/programming_languages/rust</guid><pubDate>2021. 07. 23.</pubDate><description>## Resources => https://ceronman.com/2021/07/22/my-experience-crafting-an-interpreter-with-rust/ My experience crafting an interpreter with Rust</description></item><item><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><pubDate>2022. 04. 21.</pubDate><guid>gemini://fuwn.me/blog/programming_languages/forth</guid><title>Forth</title><link>gemini://fuwn.me/blog/programming_languages/forth</link></item><item><guid>gemini://fuwn.me/blog/programming_languages/ocaml</guid><title>OCaml</title><pubDate>2021. 07. 23.</pubDate><description>## Resources => https://www2.lib.uchicago.edu/keith/ocaml-class/why.html OCaml for the Skeptical => https://softwareengineering.stackexchange.com/questions/62685/why-isnt-ocaml-more-popular Why isn't OCaml more popular?</description><link>gemini://fuwn.me/blog/programming_languages/ocaml</link></item><item><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 ...