< Home - < Back

scheme2js


Information about the package, scheme2js, which is shipped with common Linux distributions. The scheme2js package is designed for, Scheme to JavaScript compiler.


Package Name:

scheme2js

Summary:

Scheme to JavaScript compiler

Description:

Scheme2Js is a Scheme to JavaScript compiler. While some effort has been spent on being as close as possible to R5RS, we concentrated mainly on efficiency. Usually Scheme2Js produces JavaScript code, that is comparable to hand-written code. In order to achieve this performance, Scheme2Js is not completely R5RS compliant. In particular it lacks exact numbers. Scheme2Js is not yet complete either: it lacks hygienic macros and the eval procedure.

Architecture:

x86_64

Version:

20090717

Release:

1.el6

Size:

480 k

Repository:

epel

From Repository:

Licence:

LGPLv2+ or CeCILL or CeCILL-C



Handy Yum Commands for scheme2js


Control the scheme2js package with the following handy commands outlined below.


Command

Description of Command

yum install scheme2js

This command will install scheme2js on the server.

yum remove scheme2js

This command will un-install scheme2js on the server. When you run this command, you will be asked if you are sure that you want to remove scheme2js, so you have to manually confirm that you want to do this.

yum -y remove scheme2js

This command will un-install scheme2js on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove scheme2js when using the -y flag.

yum update scheme2js

This command will update scheme2js to the latest version. When you run this command, you will be asked if you are sure that you want to remove scheme2js, so you have to manually confirm that you want to do this.

yum -y update scheme2js

This command will update scheme2js to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove scheme2js when using the -y flag.

yum info scheme2js

This command will show you core information about the scheme2js package.

yum deplist scheme2js

This command will show you the dependencies for scheme2js. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update scheme2js

This command will check if there is an update waiting on scheme2js. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.