LabVIEW Anywhere - Tom McQuillan(Abstract G Team) - GDevCon#4

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ต.ค. 2024
  • Come learn about compiler technologies and how they relate to LabVIEW graphical dataflow (G). We’ll even explore how to could build a compiler for graphical dataflow programs, which would allow us to run our G code anywhere!
    flowrails.io/
    www.gdevcon.com
    Follow us on Social Media
    Flickr: www.flickr.com...
    Instagram: / gdevcon
    Facebook: / gdevcon
    LinkedIn: / gdev. .
    Twitter: / gdevconference
    Video Copyright (c) Louis James-Parker (All rights reserved). Use is granted to GDevCon Limited under license.
    #LabVIEW #GDevCon #SoftwareDesign

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

  • @chudchadanstud
    @chudchadanstud 6 หลายเดือนก่อน +1

    So we should double the compile time? Why not just use the Erlang? It's been tried and tested doe decades.

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

    @3:22 , Hello Tom , Definitely G code is awesome and creating concurrent code is really easy ,but if you study Go programming language , you will see writhing concurrent code in Go is 1- easer and 2- more efficient .
    Goroutines and Channels and the compiler are designed for highly concurrent code , I'm talking about thousands Goroutines that run concurrently an communicate via channels