Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Backlog gardening
Browse files Browse the repository at this point in the history
I pushed some mid-term realistic options to GitHub issues tagged `backlog`.

See https://github.com/golo-lang/golo-lang/issues?labels=backlog&page=1&state=open
  • Loading branch information
jponge committed Apr 18, 2013
1 parent 5ee283b commit bd9bc03
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions backlog.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,8 @@ Not everything is deemed to be implemented...

* Annotations.

* Allow underscores in number literals.

* Ability to define classes and / or data objects.
Must be lightweight, and complex use-cases should be done in POJOs.

* Common collection literals.

* String templates, e.g. `"Hello #{foo} #{Bar.baz()}!"` or `"Current time: #{System.currentTime()}"`.

* Elvis

## Runtime

* Java Array wrapper?

* Common collection sugar functions (lists, maps, sets, ...)

* Cache method / function resolution in the runtime support classes.

* Investigate adaptive handling of types.
Expand All @@ -38,14 +23,3 @@ Not everything is deemed to be implemented...
* Concurrent compilation?

* Look if thread locals could not be judiciously used in some places.

## Tooling

* Ensure that the generated bytecode helps in the Java debugger.

* Maven: get incremental compilation. Tests?

* Ant, Gradle plugins.

* golodoc.

0 comments on commit bd9bc03

Please sign in to comment.