Julia: to Lisp or not to Lisp?

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ม.ค. 2025

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

  • @alvarocafe
    @alvarocafe 4 ปีที่แล้ว +4

    This is one of the best talks on Julia I've seen!

  • @alst4817
    @alst4817 2 หลายเดือนก่อน

    Really interesting! Noticed the lispyness in Julia and my Google search turned up this talk!

  • @scottjones6410
    @scottjones6410 8 ปีที่แล้ว +8

    I think `using LispSyntax` is actually more powerful (and you can edit, unlike in femtolisp, as shown in this video!)

  • @LooJulian
    @LooJulian 8 ปีที่แล้ว +4

    Julia mix Common Lisp syntaxes please..

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

    Julia is build for developer so learn julia. You can write high performance code in one language. If you see around machine learning library
    Tensorflow - written in C++ & cuda with python interface
    Torch - written in C++ with python interface
    Microsoft cntk - written in C++ with python interface
    Caffe - written in C++ with python interface.....etc

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

      Aged like milk...

  • @Calm_Energy
    @Calm_Energy 5 ปีที่แล้ว

    Heuristics to know when to stop generating code? Does anyone have examples of this? After googling this question I found myself reading "how to overcome the utility problem," but I'm looking for a simpler example 🙂 thx in advance!