From 5a9cdd3cc89507d4d74f8bded56ce5e037b3b56e Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 23 Feb 2024 07:08:18 +0100 Subject: wip --- learn-you-some-erlang/README.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 learn-you-some-erlang/README.txt (limited to 'learn-you-some-erlang/README.txt') diff --git a/learn-you-some-erlang/README.txt b/learn-you-some-erlang/README.txt new file mode 100644 index 0000000..d46e598 --- /dev/null +++ b/learn-you-some-erlang/README.txt @@ -0,0 +1,17 @@ +Man there's not a lot to write in a readme for such a book. + +You can get the license info in LICENSE.TXT (hint: it's the MIT license). +I probably won't copy it in every module. Just pretend it's there, please. + +The code in these files has been tested with Erlang releases R13B+. In case you're not sure it will run on another version, you can run the tests yourself by compiling tester.erl and then calling: + +1> tester:dir(). +or +2> tester:dir("/modules/path","/unit/tests/modules/path/"). + +Which should run all the tests. If you're using the release R13B, there is a patch you need to apply in order to have unit tests running (see http://erlang.org/download.html). + +Note that even if the tests run fine, you'd benefit in using releases R13B+. + +If you need any more help, don't hesitate contacting me: mononcqc@ferd.ca. + -- cgit v1.2.3