| 50 | == Compiler Fixes and Refinements == |
| 51 | |
| 52 | You can learn about developing on the compiler by obtaining the source code and reading the documentation under the "Developer" directory. You will currently need .NET on Windows, or Mono on Mac or Linux. The JVM back-end (mentioned below) is currently a cross compiler and not mature enough for our self-hosted Cobra compiler to be compiled for the JVM yet. |
| 53 | |
| 54 | You might find it useful to look at the [http://cobra-language.com/trac/cobra/timeline Trac timeline] for "changesets" to see what Cobra fixes and refinements look like. |
| 55 | |
| 56 | Note that Cobra is implemented in Cobra which results in a higher level coding experience than say, the somewhat typical approach of implementing a language in C. |
| 57 | |
| 58 | Feel free to ask as many questions as you like in the discussion forums or on IRC to get up to speed. |
| 59 | |