Comment

Berm

Hello Peter,

I need some advice, I build a program in vb.net (Yes that is still a language).
It uses a lot of timers in it. Example:
timerTEST.interval = 1000 '(Miliseconds)
timerTEST.start
TimerTEST.DoSomething()

Now I'm searching for what programming language I should convert to, so that my program can be used cross-platform.
I'm stuck between GO and Python. Can you give a example which basically does the same as the above mentioned code?
It'd be great if you could do that in both languages. Thanks for the brief explanation. But I'm still stuck :p

Sorry for my English, I'm not a native speaker.

Best regards,

berm

Replies

Peter Bengtsson

Already there http://govspy.peterbe.com/#time_elapsed

Anonymous

Haha, awesome! Thanks!