Animated Example Authoring System

From PAWS Lab
Revision as of 20:30, 4 April 2016 by Yuh43 (talk | contribs) (New page: Animated Examples can be created using a tool called [http://acos.cs.hut.fi/jsvee-transpiler-python Jsvee transpiler] from [http://acos.cs.hut.fi/ ACOS Content Server]. This tool transpi...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Animated Examples can be created using a tool called Jsvee transpiler from ACOS Content Server.

This tool transpiles the given Python code into form that Jsvee understands and can execute. Not all Python language features are supported. Arithmetical operations, assignments, while loops, for loops to iterate a list, functions, lists, dictionaries and simple classes are available. The only built-in functions available are: float, input, int, len, list.append and print. You will get an error if the code contains language features which are not available.