mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
19991125
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8e48dc16e9
commit
ebab487fcd
14 changed files with 630 additions and 101 deletions
5
ToDo
5
ToDo
|
@ -2,9 +2,10 @@ Language Spec.
|
|||
|
||||
- def foo; .. rescue .. end
|
||||
- compile time string concatenation, "hello" "world" => "helloworld"
|
||||
- rescue modifier; a rescue b => begin a rescue; b end
|
||||
- assignable constant, which now should be called shared variable.
|
||||
- class variable (prefix?) -- done by shared variable
|
||||
- rescue modifier; a rescue b => begin a rescue; b end
|
||||
* operator !! for rescue.
|
||||
* objectify symbols
|
||||
* objectify characters
|
||||
* ../... outside condition invokes operator method too.
|
||||
|
@ -39,8 +40,8 @@ Standard Libraries
|
|||
- Array#{first,last,at}
|
||||
- Dir.glob(pat){|f|...}
|
||||
- sprintf/printf's $ to specify argument order
|
||||
- Dir.glob("**/*.c") ala zsh
|
||||
* debugger for thread programming
|
||||
* Dir.glob("**/*.c") ala zsh
|
||||
* Struct::new([name,]member,...) ??
|
||||
* String#scanf(?)
|
||||
* Object#fmt(?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue