perl11 / potion

_why the lucky stiff's little language (the official repo... until _why returns)
http://groups.google.com/group/potion-lang
Other
659 stars 90 forks source link

Misc Issues/Possible Features #8

Open ghost opened 13 years ago

ghost commented 13 years ago

I have found a lot of issues and possible features that are probably too small to have their own page so I will put them here.

Bugs:

Features:

rurban commented 11 years ago

Good ideas. Maybe we need extra tickets as we implement them.

Optional args without defaults are encoded as | (default value: nil). Defaults for those are already implemented in my perl11/p2 branch and will be backported. <name> = <type> := <value> or just <name> := <value> taking the type from the value.

get_caller introspection was also requested from others.

The method parser is super simplistic and error prone, sure. I'm trying to improve that in my perl11/expr branch, but it's not easy.

long as int should be easily fixable, good catch.

rurban commented 10 years ago

Optional arguments are now in.