filbert icon indicating copy to clipboard operation
filbert copied to clipboard

Some Python built-in functions are not implemented

Open danieltanfh95 opened this issue 11 years ago • 2 comments

Functions like complex(), help(), dir(), divmod(), hash(), map() are unavailable. Haven't tested all of them though.

danieltanfh95 avatar Jul 16 '14 02:07 danieltanfh95

There are quite a few that haven't been implemented yet. The list in README.md should be fairly accurate.

I would love some input on which ones are more and less important, so we can implement them in the correct order.

differentmatt avatar Jul 16 '14 02:07 differentmatt

:P Missed those. Personally, zip() and set(), along with slices (basically data structure functions and methods) are the ones that I think are important to implement first.

danieltanfh95 avatar Jul 16 '14 04:07 danieltanfh95