filo5 wrote:
.
Scratch is actually like C#.
The more I think about it, it actually kind of is.
Offline
I should go learn C# shouldn't I? Do you have the source of "Diamond"? I would like to actually try it for once. xD
Last edited by Magnie (2009-11-28 14:23:13)
Offline
An interesting discovery
http://www.codeplex.com/IronPythonStudio
Python Visual Studio.
Offline
I'm learning C# offa C# station. but my Visual C# is throwing a weird error when i have more than two classes not contained within a namespace.
and it crashed when I tried to add a namespace.
lol. C# is soo easy compared to C++, even though the syntax is quite similar
Offline
well, proper classes look like this:
namespace MyNamespace { public class Class1 { /* class stuff */ } public class Class2 { /* class stuff */ } }
And also, you can't just copy and paste C# station code in one file. You'll always have to delete some code before adding a new thing.
Offline
I find the best way to speed up learning a language, is to write all the code down manually, instead of copy and pasting. which is why I wrote down the Emerald source code on a completely different file.
It took a while, but it helped understand the code a lot.
I'm not really new at programming and yes, thats how i wrote my classes except in blocks like:
namespace all { public class class1 { //code stuff } public class class1 { //class stuff } }
Offline
what are we actualy using to program emerald in? is it python or C#, C++what are we using?
Offline
Do .py files made in IronPythonStudio still require .NET framework???
Offline
The-Whiz wrote:
I don't have PyGame.
The current Emerald only uses Tkinter.
Offline
http://www.punbb-hosting.com/forums/Emerald/viewtopic.php?pid=666#p666
Finally. A py2exe. So easy, though.
I even gave the EXE markyparky's ICO file. (icon)
The link has a download.
Offline
Iv now got the emerald 0.3 on my desktop, ill need to update it though when we get 0.4 up. hows it doing and whats excpected of it?
Offline
cds56 wrote:
Small basic is MS?
that's weird. to think that I've never heard of it.
Small Basic is a Kid-friendly version of Visual Basic. It only includes 14 sub-commands, but is very functional. Search it up on Google. You'll find it. Yes it is for Microsoft Operating Systems. Hope that helps!
Offline
The-Whiz: We look at our forums 3+ times a day, I'm sure any topic you post will get replied within 12 hours ( or less ) by the entire team.
Offline