Erlang (erlang) group
Notices
-
!Erlang/OTP R16B has been released http://www.erlang.org/
about 3 months ago from web -
!Erlang without OS, directly on Xen: that scales! http://erlangonxen.org/
-
!Erlang/OTP R16A has been released http://www.erlang.org/
about 4 months ago from web -
!Erlang/OTP R15B03 has been released http://www.erlang.org/
about 4 months ago from web -
!Erlang/OTP R15B02 has been released http://www.erlang.org/
about 8 months ago from web- Patrik Willard repeated this.
-
!Erlang/OTP R15B02 packages (Linux, Mac and Windows) are ready for download from http://bit.ly/OQYXhF /via @ErlangSolutions
about 9 months ago from web -
FWIW, #rebar configuration file for #wrangler: https://github.com/legoscia/wrangler/commit/481fc3c4da5c5dac6600bb4157963639f1647e0c #erlang
about 9 months ago from web -
You *must* love !Erlang !programming -module(permute). -export([perm/1]). perm([]) -> [[]]; perm(L) -> [[H|T] || H<-L, T<-perm(L--[H])].
about 9 months ago from web -
If #Flymake stops due to CFGERR for !Erlang, probably the error message doesn't contain the original file name — e.g. error in include file.
about 9 months ago from web -
Linkify #eunit output in #emacs: http://xn--9dbdkw.se/diary/eunit_output_highlighting_in_emacs/index.en.html !erlang
-
Why OO Sucks by Joe Armstrong http://j.mp/h0cJC7 /via @newsycombinator !programming !erlang
-
#Flymake vs #Rebar: http://ur1.ca/9gefa !Erlang #emacs
about a year ago from web -
!Erlang/OTP R15B01 has been released http://www.erlang.org/
about a year ago from web -
#Jenkins 1.453 discards tests with duplicate names in JUnit reports - bad for eunit-surefire :-( !erlang
about a year ago from mustard -
!Erlang/OTP R15B has been released http://www.erlang.org/
Thursday, 15-Dec-11 00:29:04 UTC from web -
!Erlang/OTP R15A has been released http://www.erlang.org/
Wednesday, 23-Nov-11 19:21:17 UTC from web -
!Erlang/OTP R14B04 has been released http://www.erlang.org/
Wednesday, 05-Oct-11 13:50:20 UTC from web -
!Erlang/OTP R14B03 has been released
Wednesday, 01-Jun-11 17:17:34 UTC from web -
Created an ELF64 formated Object file parser in !erlang https://github.com/yiannist/elf64_format Hope it helps someone as it helped me! :)