File: README.md

package info (click to toggle)
plm 2.6%2Brepack-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 15,000 kB
  • ctags: 6,149
  • sloc: java: 34,456; ansic: 4,070; python: 2,576; xml: 191; perl: 150; makefile: 42; sh: 16
file content (36 lines) | stat: -rw-r--r-- 1,618 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Programmer's Learning Machine (PLM)
=========

The Programmer's Learning Machine (PLM) is a platform dedicated to computer
programming education. This generic platform offers support to teachers for
creating programming microworlds suitable to teaching courses. It features an
integrated and graphical environment, providing a short feedback loop to
students in order to improve the effectiveness of the autonomous learning
process.

For more information, subscribe to our
[announcement](https://sympa.inria.fr/sympa/subscribe/plm-announce)
mailing list (low trafic), and 
[visit the PLM web site](http://www.loria.fr/~quinson/Teaching/PLM/).

[![Build Status](https://travis-ci.org/oster/PLM.svg)](https://travis-ci.org/oster/PLM)

## License

PLM is licensed under the GNU General Public License 3.

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>.

The documentation, tutorial and source code are intended as a community
resource and you can basically use, copy and improve them however you want.
Included works are subject to their respective licenses.