Adding Alice
Question:
Hello, I'm a teacher who would like to familiarize my students more with Alice (Randy Pausch's visual programming language), yet I can't reliably work with it at home. Any ideas on the best way to get Alice visual programming language to work in Linux? Thank you. Don Davis
Answer:
In general, look for software specifically for your operating system. After a short search, some Debian packages showed up for Alice. If you add the following line to your /etc/apt/sources.list file,
deb http://www.ps.uni-sb.de/alice/download/debian stable contrib
you should be able to install the (old) version 1.4 of the programming language's run-time environment with the following command:
sudo aptitude install alice-runtime
At least for Debian/Lenny (and Knoppix), this seems to work.
Under "Alice 3 beta" at the developer's website [3], you can also find a Linux "offline installer" for version 3 [4]. At 516MB, it is amazingly large, and I did not look inside. This beta installer is a self-extracting shell script that can be run by typing the following after download:
sh Alice3BetaInstaller-Complete-3.0.0.0.61-linux.sh
Alice is a 3D framework for Java with its own visual development platform – similar to Eclipse – so you probably only need to have Java and a few Java extensions (Beans) installed as a prerequisite. This is just a guess, though. If you try the beta, please let me know whether it worked. :-)
Note: Make sure you have the most recent stable JRE installed. The best compatibility is usually reached with Sun Microsystems Java [5].
Infos
- Knoppix source repository: http://debian-knoppix.alioth.debian.org/
- nVidia: http://www.nvidiadriver.org/
- Alice developer website: http://www.alice.org/
- Alice offline installer: http://kenai.com/projects/alice/downloads/directory/Alice%203.0.0.0.61
- Java: http://java.com/en/download/linux_manual.jsp?locale=en&host=java.com:80
« Previous 1 2
Our Services
Direct Download
Tag Cloud
News
-
Google and NASA Partner in Quantum Computing Project
Vendor D-Wave scores big with a sale to NASA's Quantum Intelligence Lab.
-
Mageia Project Announces Mageia 3 Linux
Many package updates and Steam integration highlight the latest from the Mandriva-based community Linux.
-
FSF Outs the World Wide Web Consortium over DRM Proposal
Richard Stallman calls for the W3C to remain independent of vendor interests.
-
Debian 7.0 Debuts
The new release supports nine architectures, 73 human languages, and zero non-Free components.
-
Alpha Version of Fedora 19 Released
Fedora developers release the first alpha version of Fedora 19, known as Schrödinger’s Cat, for general testing. The final release is expected in July 2013.
-
ack 2.0 Released
ack is a grep-like, command-line tool that has been optimized for programmers to search large trees of source code.
-
SUSE Studio 1.3 Released
New features in SUSE Studio 1.3 include enhanced cloud integration, VM platform support, and lifecycle management.
-
Xen To Become Linux Foundation Collaborative Project
The Linux Foundation recently announced that the Xen Project is becoming a Linux Foundation Collaborative Project.
-
RunRev Releases Open Source Version of LiveCode
Open source version of LiveCode is now available for developing apps, games, and utilities for all major platforms.
-
OpenDaylight Project Formed
OpenDaylight is an open source software-defined networking project committed to furthering adoption of SDN and accelerating innovation in a vendor-neutral and open environment.

Article link