forked from amber-smalltalk/amber
-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
Hannes Hirzel edited this page Sep 13, 2013
·
25 revisions
- New IDE (Helios)
- Stepping debugger
- Fully commented classes across all Amber codebase
- New package framework and commit strategies
- ObjectSpaces
- SPEC?
- Remote debugger and IDE? (for example working on top of nodejs)
- Use of require [1] to load amber packages in the browser
- Restructuring of boot.js
- bug fixes
- improvements to the CLI,
- preview of the next IDE, named Helios.
- Amber now also uses a CI server https://travis-ci.org/amber-smalltalk/amber
- New compiler toolchain
- Modular
- Semantic analysis
- IR representation
- Better inlining
- More class comments in Kernel
- Async unit tests
-
Parser & compiler
- Allow underscores in method names
- Dynamic arrays support
- Dynamic dictionaries support #{'a' -> 1. 'b' -> 2}
-
More Unit tests for Kernel
-
Class comments for core classes
-
ProfStef ported from Pharo
-
IDE
- Working debugger
- workspace in the inspector
-
Website
- ProfStef lessons
- new design & name