plm 2.9.2-1 source package in Ubuntu

Changelog

plm (2.9.2-1) unstable; urgency=medium

  * New upstream release: The Portuguese release (new complete translation)
    - Core:
      - Introduce a new Portuguese translation, thanks ssantos.
      - Introduce a new Swedish translation, thanks Kristoffer Grundström.
    - Pedagogical content:
      - recursion/lego/spiral:
        - clarify in text how the learner's code is called automatically

 -- Martin Quinson <email address hidden>  Sun, 11 Oct 2020 21:54:58 +0200

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
plm_2.9.2-1.dsc 2.1 KiB 63fc100c70f5936417262a752b469466ae06e828328d78f931ff1709bea45f80
plm_2.9.2.orig.tar.gz 2.6 MiB a7baa9aa185c450fe32d000451491e2e81a9f2b873491dd91cd0e5fa45d6b1bb
plm_2.9.2-1.debian.tar.xz 50.5 KiB 0be49f71d8d0d58d5bacf5dffc25e830842e630c8ba6c97b492990758372cf55

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 200 interactive exercises, that you can solve in either Java,
 Python or Scala.
 .
 The PLM interface and content is thoughtfully translated to English,
 French and Brazilian; Other translations may be added 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.