Skip to content

Instantly share code, notes, and snippets.

@tobyink
Last active December 11, 2015 03:39
Show Gist options
  • Select an option

  • Save tobyink/4539847 to your computer and use it in GitHub Desktop.

Select an option

Save tobyink/4539847 to your computer and use it in GitHub Desktop.

moe wishes...

Add

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

Drop

  • Drop or modularise formats.
  • 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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment