zongor [comrade/them, he/him]

  • 32 Posts
  • 171 Comments
Joined 4 years ago
cake
Cake day: September 2nd, 2020

help-circle







  • zongor [comrade/them, he/him]
    hexagon
    toprogrammingAdvent of Code 2024 Day 8
    ·
    10 days ago

    Thanks comrade, yeah can do. Haven't had the time to do it daily since life got unexpectedly busy but planning on doing more. Ive been able to finish day 1 and then havent had time to do any others lol. lambda prolog really interesting, very advanced stuff. I vaguely remember a esolang years ago that lambda calculus but I can't remember anymore.












  • zongor [comrade/them, he/him]
    hexagon
    toprogrammingAdvent of Code 2024 Day 2
    ·
    20 days ago

    Prefix with I don't know much about Kotlin except that its a JVM language. It looks like you are programming in a functional style more than a OOP or imperative style. So in an imperative style you would have more intermediate values, but in a function style you are trying to reduce unnecessary intermediate values and have the output of one function pipe into the next function in the chain.