Calling Functions Across Languages • Richard Feldman • GOTO 2023

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

ความคิดเห็น • 18

  • @rudybanerjee6367
    @rudybanerjee6367 ปีที่แล้ว +27

    Wisconsin represent 💯
    How is this guy so good at presentations got damn, literally every one of his talks are super easy to follow along with.

    • @encapsulatio
      @encapsulatio ปีที่แล้ว +1

      Especially if you listen to him at 0.85x .

    • @frozen_tortus
      @frozen_tortus 10 หลายเดือนก่อน +1

      Practice I guess.@@encapsulatio

    • @stygian91
      @stygian91 3 หลายเดือนก่อน +1

      checkout his talk about teaching Elm, he explains how he thinks about teaching in general

  • @JT-mr3db
    @JT-mr3db 5 หลายเดือนก่อน +2

    Richard’s presentations have actually changed my life with career opportunities. As soon as there is a decent Roc lsp I’m switching!

  • @CrIMeFiBeR
    @CrIMeFiBeR ปีที่แล้ว +5

    With roc, he became my favorite man, talk on the happy path programming, still new to functions and really into f#

  • @frozen_tortus
    @frozen_tortus 10 หลายเดือนก่อน +3

    I came to listen about roc, learned how processor works. :). Always awesome to listen Richard.

  • @acodersjourney
    @acodersjourney ปีที่แล้ว +3

    Kudos for your hard work. Your channel is top-notch.

  • @mehtubbhai9709
    @mehtubbhai9709 ปีที่แล้ว +7

    What a great teacher!

  • @douglasahlquist
    @douglasahlquist ปีที่แล้ว +2

    Years ago when I worked at Borland we created libraries that did exactly this where you could call C/C++ from Pascal or machine language or vice versa…. While at NASA I extended this idea using Elf and Dwarf that used a wrapper/converter that simplified this whole process…

  • @endrawes0
    @endrawes0 ปีที่แล้ว +10

    Fortran has been updated many times since 1957😂

    • @HenkPoley
      @HenkPoley 8 หลายเดือนก่อน

      Recently some people who grew up with JavaScript added an actually pretty decent Fortran Package Manager (fpm). And the code even looks pretty reasonable, compared to the old 100 SCREAMING CASE SYNTAX. 😅

  • @allanwind295
    @allanwind295 ปีที่แล้ว +2

    "shared memory" as in mmap can be shared between unrelated processes when file backed (MAP_SHARED), right? `shm_open()` or `memfd_create()` would be other options.

  • @RoamingAdhocrat
    @RoamingAdhocrat ปีที่แล้ว +3

    can't believe there's no "crossing the Rubicon" pun in this

  • @MarshallLevin
    @MarshallLevin ปีที่แล้ว +3

    Perhaps protobuf...?

  • @eloy4
    @eloy4 ปีที่แล้ว +1

    Fun and interesting. Also some Louis CK vibes.

  • @justwanderin847
    @justwanderin847 ปีที่แล้ว +1

    Calling Cobol !!!

    • @chewbaccarampage
      @chewbaccarampage ปีที่แล้ว

      It's a real world use case. I remember reading about how a state in the US has it's driver's license software running in Cobol. They ended up using node-cobol to modernize their app.