< Home - < Back

ikarus


Information about the package, ikarus, which is shipped with common Linux distributions. The ikarus package is designed for, An incremental optimizing compiler for R6RS Scheme.


Package Name:

ikarus

Summary:

An incremental optimizing compiler for R6RS Scheme

Description:

Ikarus Scheme is a free optimizing incremental native-code compiler for Scheme as specified in the Revised^6 Report on the Algorithmic Language Scheme. Ikarus Scheme is an optimizing compiler, so your Scheme code will run fast without the need to port hot spots to C "for performance". With an incremental compiler, you don't need a separate compilation step to make your program run fast. The best part is that the compiler itself is fast, capable of compiling thousands of lines of code per second. Finally, Ikarus Scheme is an R6RS compiler. R6RS is the latest revision of the Scheme standard. The current release of Ikarus supports over 90% of the most important features R6RS, and later releases will bring Ikarus closer to full R6RS conformance. R6RS libraries, scripts, record types, condition system, exception handling, unicode strings, bytevectors, hashtable, and enumerations are among the supported features.Ikarus is a free optimizing incremental native-code compiler for R6RS Scheme.

Architecture:

i686

Version:

0.0.3

Release:

4.el6

Size:

1.2 M

Repository:

epel

From Repository:

Licence:

GPLv3



Handy Yum Commands for ikarus


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


Command

Description of Command

yum install ikarus

This command will install ikarus on the server.

yum remove ikarus

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

yum -y remove ikarus

This command will un-install ikarus 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 ikarus when using the -y flag.

yum update ikarus

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

yum -y update ikarus

This command will update ikarus 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 ikarus when using the -y flag.

yum info ikarus

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

yum deplist ikarus

This command will show you the dependencies for ikarus. 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 ikarus

This command will check if there is an update waiting on ikarus. 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.