Skip to content

Toby's Inky List of Goodness and Light

tobyink edited this page Jan 16, 2013 · 2 revisions

Add

  • Native MOP
  • Autoboxing
  • Built-in Try/Catch
  • Built-in Fold, Foldr and Unfold list processors
  • Lazy lists?

Drop

  • Drop or modularise formats.
  • Eliminate the need for weak references.
  • Split this stuff from perlfunc into modules...
Low-level socket functions
"accept", "bind", "connect", "getpeername", "getsockname",
"getsockopt", "listen", "recv", "send", "setsockopt", "shutdown",
"socket", "socketpair"

System V interprocess communication functions
"msgctl", "msgget", "msgrcv", "msgsnd", "semctl", "semget",
"semop", "shmctl", "shmget", "shmread", "shmwrite"

Fetching user and group info
"endgrent", "endhostent", "endnetent", "endpwent", "getgrent",
"getgrgid", "getgrnam", "getlogin", "getpwent", "getpwnam",
"getpwuid", "setgrent", "setpwent"

Fetching network info
"endprotoent", "endservent", "gethostbyaddr", "gethostbyname",
"gethostent", "getnetbyaddr", "getnetbyname", "getnetent",
"getprotobyname", "getprotobynumber", "getprotoent",
"getservbyname", "getservbyport", "getservent", "sethostent",
"setnetent", "setprotoent", "setservent"