plm 2.6+repack-1 source package in Ubuntu

Changelog

plm (2.6+repack-1) unstable; urgency=medium

  * New Upstream Release:
    - Missions fully translated to Brazilian
      The engine is translated at 65%.
      Thanks to Fred Maranhao for the hard work.
    - Ask loudly before pushing anything to the remote servers
      (Fix #772026 -- thanks to Olivier Berger for reporting)
    - New lesson on Hanoi variations, on recursive decomposition
    - Various improvements to the pedagogical content and bug fixes

  * Enable scala teaching, now that Scala 2.11 is in Debian 
    (Fix: #809482) Thanks Rogério Brito for the reminder.
  * Use ant instead of jh_build, that doesn't like our scala code.

 -- Martin Quinson <email address hidden>  Fri, 01 Jan 2016 11:41:48 +0100

Upload details

Uploaded by:
Martin Quinson
Uploaded to:
Sid
Original maintainer:
Martin Quinson
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
plm_2.6+repack-1.dsc 2.1 KiB c56632fc776cae0efab2e79a35523c5ad038e4d34c65c26d3a457d9b16891d19
plm_2.6+repack.orig.tar.gz 2.2 MiB f8e380a1fd376bffdf921bfac768e819e9b0ea68a73a11376072408297065542
plm_2.6+repack-1.debian.tar.xz 45.4 KiB 601101a7e7283b2372e52378eb1fa784dcb739168fc6bee85b525ffba576f766

Available diffs

No changes file available.

Binary packages built by this source

plm: Programming exerciser in Java, Python, Scala and others

 The Programmer's Learning Machine (PLM) is a free cross-platform programming
 exerciser. It lets you explore various concepts of programming through
 over 190 interactive exercises, that you can solve in either Java,
 Python or Scala.
 .
 The PLM interface and content is thoughtfully translated to English
 and French; we hope that other translations will be contributed in
 the future.
 .
 The following concepts are included in this package:
 .
  - Welcome: teach basics of programming to absolute beginners
  - Maze: classical maze escaping algorithms for intermediate
  - Sort: classical sorting algorithms for intermediate. One
    introduction lesson presents the basics of the sorting algorithms
    while two additional lessons apply them in more recreative settings.
  - Recursion: classical logo algorithms for intermediate
  - Turtle Art: explore a few classical LOGO figures
  - LightBot: little programmer's brain teaser for intermediate and advanced
 .
 Other lessons are planned to explore new concepts, such as the
 backtracking, dynamic programming, object-oriented programming or the
 standard libraries of python, Scala and Java. Other programming languages
 (such as Ruby or JavaScript) may be added in the future.