mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#racket

2 Beiträge2 Beteiligte0 Beiträge heute

#Goals2025

Moving away from the constant upgrade cycle & moving closer to the ideals of #PermaComputing #MalleableSoftware

Design and setup a redundant system of old/used, cheap, low-power devices running ia: #Guix, #Linux, #FreeBSD, #macOS, #HaikuOS, #Plan9Front, #X11, #P9, #NFS, all working together

Become an expert on #MicroControllers #ESP32 #STM32 #RP2040 #MIPS #RiscV

DIY sensors which sing like birds to communicate their status

DIY robots "drones"

Move as much as possible of my computing needs to the #Terminal, #Emacs, #Rio #CLI #TUI #P9

Get an #3DPrinter and learn to use it

Design and build my own portable 8dot #braille terminal & try out if 3x3 or 3x4 dots is also workable.

Design and build my own low-power computers, their OS, and tools

Writing more of my own tools #DIY

#SmallTalk #ObjectPascal #Prolog #Scheme #Racket #CommonLisp #Haskell #Rust #Go #ObjectiveC #Swift

Deploy #LoRa #ReticullumNetwork #RNodes #MeshCore #Meshtastic

Start an #InternetResiliencyClub

Add #Tor, #I2P support by #WebProxy

#SolarPowered #SelfHost over #I2P, #OnionService #Blog #Wiki #Repositories #GopherHole #Darcs #Mercurial

#SelfHost my own #EmailServer, which will only accept email from #KnownServers #CommunityEmail #MutualEmailAcceptance

Share files via #BitTorrent over #I2P

DIY #HomeAutomation
DIY #GardeningAutomation
DIY #GreenHouse

Get a house cat, train the cat, use voice and gestures

Start asking money for advice & technology support

Build/program my own opportunistic and strange cryptocurrency miners #BTC, #XMR, #ZEC, etc #Art

#MakeMoreArt #LearnToDraw #Learn3DModeling #LearnGenerativeArt #LearnToComposeAmbientMusic

#ReCreateJottit #ReCreateInstikiWiki

#WriteMore #PublishMore #Letters, #Essays, #Missives, #Reports, #Treatise

Racket folks: so I hear that Racket is good for making DSLs, and that it's a "programming language programming language".

For example, there's Scribble, for writing documents -- which I'd describe as "Racket's TeX": docs.racket-lang.org/scribble/

I want to learn a bit about this, and have an idea for a little DSL I'd like to make: it would describe hikes, walks, bike routes, etc -- any sort of 1-d path. It would describe waypoints, landmarks, elevation, directions, maybe alternate routes, and so on.

The neat thing would be "compilers" for such a DSL: imagine "compiling" such a hike/path into a regular map with the path...or an elevation profile...or a textual list of directions...or a GPX file.

#racket folks, what are some good resources for getting started? I'm poking around but would like to hear your thoughts.

docs.racket-lang.orgScribble: The Racket Documentation Tool

Racket (formerly PLT (Program Learning Teaching) Scheme before they said "we don't know how to follow Scheme specs") has finally got their "we don't need parens we have infix notation! (it still has parens)" language out, Rhombus:
rhombus-lang.org

Nobody's going to learn yet another terrible language when there are plenty of existing terrible languages.

rhombus-lang.orgThe Rhombus Programming Language
#rhombus#racket#scheme