Wiki

Changes between Version 4 and Version 5 of HelpWanted

Show
Ignore:
Timestamp:
06/23/12 03:34:17 (12 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HelpWanted

    v4 v5  
    4848Rather than host such projects here, which would increase the burden of caring for Cobra, we ask that you leverage existing CodeHostingSites. 
    4949 
     50== Compiler Fixes and Refinements == 
     51 
     52You 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 
     54You 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 
     56Note 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 
     58Feel free to ask as many questions as you like in the discussion forums or on IRC to get up to speed. 
     59 
    5060== Java/JVM Backend == 
    5161