Part 2 of the blog post series by Jokim Tengstrand, about building a Tetris game step-by-step with Clojure and Python.

In this post, Joakim use REPL Driven Development and a functional programming style in both languages to develop the game.

https://tengstrand.github.io/blog/2026-01-11-tetris-playing-ai-the-polylith-way-2.html

#python #clojure #polylith #functionalPrograming #tetris #repldrivendevelopment

Tetris-playing AI the Polylith way - Part 2

Hi I am applying for work as a generalist #FunctionalPrograming guy out for any remote work I can do better , any career advice or job referral ll help
my #resume can be found at ,
#FediHire
https://cloud.disroot.org/s/S2wxLoQMePkHZJ7
open for DM mentions etc
Resume.pdf

Disroot Cloud - Powered by Nextcloud

Disroot Cloud

π—£π˜‚π—Ώπ—²π—¦π—°π—Ώπ—Άπ—½π˜: PureScript is a strongly-typed functional programming language that compiles to JavaScript

#JS #FunctionalPrograming

https://thewhale.cc/posts/purescript

Built my first lisp (after already having started writing two compilers xD) in #zig! Mainly to test out the language, but it was much fun anyway.

It also got a few ideas for my own language for a few functional programming things :D

I enoyied the most the memory checking zig does, be it leaks, use-after-free or double-free, which makes this project the most easy to be memory-safe out of all my native (c-like) projects whithout multiple days using #valgrind xD

#foss #oss #opensource #programming #langdev #lisp #coding #c #c++ #zig #functionalprograming #compilerdev

sexpr-zig

A small lisp implementation in zig

CodeArq

I want to know how to implement solvers for systems of inference rules; there must be lots of literature. What do I search for?

(naive search only turns up trivialities)

#FunctionalPrograming #haskell #Proofsearch

There's a number of reasons this would be beneficial:

- Editing configs within a text-editor is more intuitive
- Written structured data/tables is intuitive
- Methods to set column data would allow constraints to be effectively expressed as conditional logic
- Sum types allow the results of constraints to be expressed more descriptively
- Schemas as code can be source controlled

2/

#Database #Databases #FunctionalPrograming #FP

I've long found people question the applicability of Functional Programming when it's raised in discussion, but I think a clear use-case for the paradigm has been neglected, and that would be the definition of database schemas... it would honestly be really nice, to be able to define database tables and constraints, in a Haskell-like language...

1/

#Database #Databases #FunctionalPrograming #FP #Haskell

The mnemonics I use to remember the differences between FoldLeft and FoldRight

https://arialdomartini.github.io/fold-mnemonics

#haskell #scala #FunctionalPrograming

Mnemonics for Folds

Random thoughts about programming

@MindOfJoe If you like #FunctionalPrograming you might check out #rakulang. Every #haskel nerd that I know who has tried it has loved it.

Raku is an optionally functional scripting language. https://docs.raku.org/language/haskell-to-p6

Haskell to Raku - nutshell | Raku Documentation