Ocaml Server Writing for HTMX

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 20

  • @hakadmedia
    @hakadmedia Год назад +41

    You know some people DO like watching others develop stuff to see how they think. GRUG like watch good content.

  • @TankorSmash
    @TankorSmash Год назад +16

    Very educational, the caller was helpful and friendly.

  • @PaulSebastianM
    @PaulSebastianM Месяц назад

    It they can bring first-class support of JSX into OCaml itself, maybe like a function that can take props and the JSX template string... man! I think that could possibly make OCaml much more enticing for web development. And then you can even build reactivity on top of that however you want, you only have to call the function again each time a prop changes.

  • @TurtleKwitty
    @TurtleKwitty Год назад +5

    See I'm one of the weird folks that tend to like writing C++ (fuck setting up a project but the language itself) and this is so insanely readable to me despite your entire chat thinking brainfuck is easier to read haha
    Not sure what that says about me but damn its making ocaml tempting to pick up haha

  • @fgenesis77
    @fgenesis77 Год назад +2

    This was super helpful! I ran into let%lwt and didn't know what it was. This explained it.

  • @TremereTT
    @TremereTT 10 месяцев назад +1

    pay Teej in exposure... the totally not fraud currency...

  • @christopheanfry
    @christopheanfry 10 месяцев назад

    Love live coding session especially discovering new programming language (for me)

  • @ViniciusSoaresBatista
    @ViniciusSoaresBatista 7 месяцев назад

    “Bu boy what did you say to me??”😂

  • @personator
    @personator 8 месяцев назад

    chat thinks that bad syntax is when its not just typescript

  • @rumble1925
    @rumble1925 Год назад

    ReasonML is nice, same type system, familiar syntax

  • @LucaFerrariMoSi
    @LucaFerrariMoSi Год назад +2

    i like hiccup better (clojure)
    [:div ;;html element
    {:class "my class" :id "my_id"} ;;attributes
    ;; then whatever
    "text content"]
    hiccup is just vectors and you manipulate vectors representing html

    • @oubracode
      @oubracode Год назад +4

      It looks so hard to read, like putting bleach in my eyes 😭

    • @SopaDeLengua
      @SopaDeLengua Год назад

      @@oubracodelol you’re not wrong

    • @ky3ow
      @ky3ow 10 месяцев назад

      ​@@oubracodei think ;; are comments so without them is not really hard

  • @anon-fz2bo
    @anon-fz2bo Год назад

    this language broke my brain

  • @infrofl6557
    @infrofl6557 Год назад +3

    Honestly I'm going through the 99 ocaml problems and it's so hard. The type inference is REALLY good, but the recursive aspect it relies on is absolutely horrible. It looks good, but man does it complicate things

  • @sylarfx
    @sylarfx Год назад +1

    dude if I dont know anything about nvim and don't want spend days of studying the config then I just go with predefined one like astrovim so I can get a feel how it works with the basic stuff like motions, what's so hard to understand about it, when you are learning a new language you go as well with some basic setup and learn from there, simple as that

  • @olbluelips
    @olbluelips 9 месяцев назад

    I’m stealing your web stack bro

  • @kahnfatman
    @kahnfatman 6 месяцев назад

    Elm!!!