Argonaut
07-02-2010, 02:44 AM
السلام عليكم ورحمة الله وبركاته
شو هذا المشروع ؟
Microsoft Small Basic is a simplified variant of the BASIC (http://en.wikipedia.org/wiki/BASIC) programming language introduced by Microsoft in October 2008. With a bare minimum of concepts, Microsoft touts this as an easy programming language for beginners to grasp. The language itself has only 15 keywords[/URL], and the environment is beginner friendly with a straight-forward interface.
Microsoft Small Basic was designed by Microsoft DevLabs and released as a Technology Preview in October 2008. Its intended audience is anyone looking to begin programming, including children and beginner adults as well
ياسلام :biggthump ، طيب كيف يكون شكل البرمجة عليه ؟
TextWindow.Write("Enter the temperature today (in F): ")
temp = TextWindow.ReadNumber()
If temp > 100 Then
TextWindow.WriteLine("It is pretty hot.")
ElseIf temp > 70 Then
TextWindow.WriteLine("It is pretty nice.")
ElseIf temp > 50 Then
TextWindow.WriteLine("Don't forget your coat.")
Else
TextWindow.WriteLine("Stay home.")
EndIf
طيب صورة للمشروع !
http://www.schrankmonster.de/content/binary/WindowsLiveWriter/MicrosoftSmallBasicalearningbydoingprogr_13596/smallbasic_2.png
طبعا كنت اتمنى عندي ولد او بنت مشان اعلمهم البرمجة عن طريق هذا المشروع :cray:
وطبعا ذكرني بطفولتي :ee2:
كتاب عن المشروع
http://download.microsoft.com/download/9/0/6/90616372-C4BF-4628-BC82-BD709635220D/Introducing%20Small%20Basic.pdf (http://en.wikipedia.org/wiki/Microsoft_Small_Basic#cite_note-0)
وصدقا المشروع رائع للاطفال واتمنى لو فجوال ستوديو 2012 يكون نفس ابداع هذا المشروع :09:
اوه نسيت التنزيل :D
[url]http://msdn.microsoft.com/en-us/devlabs/cc950524.aspx
وشكرا"
شو هذا المشروع ؟
Microsoft Small Basic is a simplified variant of the BASIC (http://en.wikipedia.org/wiki/BASIC) programming language introduced by Microsoft in October 2008. With a bare minimum of concepts, Microsoft touts this as an easy programming language for beginners to grasp. The language itself has only 15 keywords[/URL], and the environment is beginner friendly with a straight-forward interface.
Microsoft Small Basic was designed by Microsoft DevLabs and released as a Technology Preview in October 2008. Its intended audience is anyone looking to begin programming, including children and beginner adults as well
ياسلام :biggthump ، طيب كيف يكون شكل البرمجة عليه ؟
TextWindow.Write("Enter the temperature today (in F): ")
temp = TextWindow.ReadNumber()
If temp > 100 Then
TextWindow.WriteLine("It is pretty hot.")
ElseIf temp > 70 Then
TextWindow.WriteLine("It is pretty nice.")
ElseIf temp > 50 Then
TextWindow.WriteLine("Don't forget your coat.")
Else
TextWindow.WriteLine("Stay home.")
EndIf
طيب صورة للمشروع !
http://www.schrankmonster.de/content/binary/WindowsLiveWriter/MicrosoftSmallBasicalearningbydoingprogr_13596/smallbasic_2.png
طبعا كنت اتمنى عندي ولد او بنت مشان اعلمهم البرمجة عن طريق هذا المشروع :cray:
وطبعا ذكرني بطفولتي :ee2:
كتاب عن المشروع
http://download.microsoft.com/download/9/0/6/90616372-C4BF-4628-BC82-BD709635220D/Introducing%20Small%20Basic.pdf (http://en.wikipedia.org/wiki/Microsoft_Small_Basic#cite_note-0)
وصدقا المشروع رائع للاطفال واتمنى لو فجوال ستوديو 2012 يكون نفس ابداع هذا المشروع :09:
اوه نسيت التنزيل :D
[url]http://msdn.microsoft.com/en-us/devlabs/cc950524.aspx
وشكرا"