On Tue, 01 Jan 2019 15:40:41 -0800 Pat Farrell <pat22...@gmail.com> wrote:
>
> On Monday, December 31, 2018 at 4:19:50 PM UTC-5, minf...@arcor.de wrote:
> >
> > So perhaps you should saddle your horse backwards, and then decide if 
> > Golang as front-end development language
> > is really the right choice for you. And then Golang doesn't treat complex 
> > matrix algebra well...
> >
> > And you'll need some sort of simple GUI for simulation, loop monitoring 
> > and control parameter adaptation...
> >
>
> Go is a terrible choice, IMHO, for any front-end stuff.
> I see zero reason to use go for the GUI, simulation stuff. 

For a summer intern prject we used Go for GUI as well as
simulation with very good results. We simulated N cars driving
on a generated street layout with traffic lights at
intersections. Each light was a separate goroutine and a car
was simulated with a set of goroutines.  The GUI was a
separate program providing a zoomable view of the roads and
moving cars.

FWIW, my advice is to find out for yourself what works and
what doesn't. RPi3 would be a good choice. If need be, you can
write a small C program (or kernel module) to deal with any
tighter timing controls. There are some go libraries for GPIO
on RPi that may be worth checking out.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to