/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.drewolson.org
| | www.pl-enthusiast.net
14.1 parsecs away

Travel
| | This post describes the structure, goals, and content of CMSC 330, UMD's sophomore-level programming languages course. This is part 1.
| | www.baturin.org
14.1 parsecs away

Travel
| | [AI summary] The user has provided a comprehensive guide to OCaml programming, covering basic syntax, expressions, bindings, functions, and arithmetic operations. The guide includes examples of how to structure programs, use let-bindings, handle multiple expressions, and perform conversions between temperature units. It also touches on concepts like variable shadowing and the importance of type consistency in OCaml. The user has included exercises at the end, asking the reader to write programs for squaring integers and converting Celsius to Fahrenheit.
| | dusty.phillips.codes
13.5 parsecs away

Travel
| | Introduction This is the second in a series of articles exploring the Gleam programming language. The first article explored some of the most basic features of Gleam; just enough to say hello. Hello is basically the first thing we learn in any language (whether human or programming). This article explores looping in Gleam. More specifically, it explores the fact that Gleam doesnt have any looping constructs. Thats right: none. Patreon If you find my content valuable, please do consider sponsoring me on P...
| | andreabergia.com
29.6 parsecs away

Travel
| This post is part of the Languages Opinion series. Welcome back to my mini-series about programming languages. In this post, we will talk about what is probably the world's most used programming language: JavaScript. We will also discuss TypeScript, given its relevance and usage today.