For loop in C#, VB.net and Python

This little exercise helped me understand some differences between the three available scripting languages in GH (C#, VB.net and Python) The bottom right editor shows a python script using Rhinoscriptsyntax while the others use Rhinocommon directly. Thank you Giulio Piacentino: http://www.grasshopper3d.com/forum/topics/incrementally-rotate-a-line-using-vb-net-or-c?xg_source=activity

  • Ángel Linares

    Thanks for sharing :)

  • Yasser Hafizs

    Hi guys, need advice for Arduino programming, which language between phyton, C# or vb, that used by mayor people (especially in architecture)? so i can learn with many example

  • Kacper Radziszewski

    Got same question as Yasser, going to start scripting, but dont know which language to start from.

  • Arthur Mamou-Mani

    I would start with C# as it is probably the most widely used language by programmers and is very similar to Java which is what Processing uses. I might be wrong but I think Grasshopper was also programmed using C#. To learn coding, CodeAcademy.com is brilliant !

  • Yasser Hafizs

    Nice link to start!! Thanks Arthur

    Kacper, you should try this link too, it's easy to understand to learn basic scripting :)

  • Mateusz Zwierzycki

    Iam not a kind of code guru, but :

    I started learning vb some time ago, and I can say that its really user-friendly. particulary vb and c# as far as i know has the same logic, so when you know vb you can easily learn c#. 

    Why I didnt choose c# to learn ? - its not as easy to read it for a noob as vb (too many different brackets :))