LinuxLinks.com
Newbies What Next ? News Forums Calendar
Home | Register | News | Forums | Guide | Free Software | MyLinks | Add Link | Modify Link | New | Hot | Link Us | Bookmark

Search/Browse

 Category Gateway
More Options
Category:  

Related Sites

LinuxLinks Login

Login:

Password:



Click here
to start your own
Link collection!

LinuxLinks News
 · Little thin client runs Linux
 · $7 Soc runs Linux
 · Linux examined: Fedora 9
 · Asus to ship all motherboards with Linux
 · Linux rides pillion on Mumbai city buses
 · From newb to 100 with Ubuntu Linux 8.04
 · Verizon Wireless to introduce Linux phones
 · Red Hat’s Fedora 9 debuts with new features
 · Fedora 9 - an OS that even the Linux challenged can love
 · Time to slow down?
(more...)

 

Latest Links
Java Clazz Utils
AZR3-JACK
p@rdalys
Virt-df
ANSI32
(more...)

 

Google Search
 



Top : Software : Programming : Compilers : Other

Highlights
Little thin client runs Linux
The Italian firm CompuMaster has introduced a compact thin client that runs Linux. The "Praim Ino" can be mounted on the back of a monitor, draws just six Watts, and comes with a variety of client software, the company says.

(Read more)
Kate
Kate is a multi document editor, based on a rewritten version of the kwrite editing widget of KDE, offering all the features of that plus a bunch of its own. Kate has been been moved to the kdebase package, and is a builtin part of your favorite desktop since release 2.2. Being a native KDE application, Kate is of course born with networking transparency, as well as it integrates with the outstanding features of KDE. Choose it for viewing HTML sources from konqueror, editing configuration files, writing new applications or any other text editing task. Read more

Links:

  • AMC
    AMC is a compiler that adds module and object-oriented functionality to C. AMC is written in ANSI C and currently runs under POSIX.1 operating systems.
  • asl
    asl is a universal cross assembler for a variety of microcontrollers/-processors, ported from the same author's Borland-Pascal version.
  • Aubit 4GL compiler
    Aubit 4GL compiler is an Open Source project to make available a free, GPL, Informix-4GL compatible compiler, and continue to extend functionality needed to write most efficient, stabile and productive applications in business related, database oriented applications. Aubit 4GL compiler is software that translates x4GL programming language into executable programs, enabling fast and productive creation of BRDO applications utilizing x4GL programming language. Features include embedded SQL and 3GL programming languages, connectivity to many relational databases, character/GUI/web-based user interfaces, multi-format reports generation, and many other advanced development options.
  • crasm
    crasm is a portable cross-assembler for 6800/6801/6803/6502/65C02/Z80.
  • egcs
    egcs is an integrated GNU compiler system. It is derived from gcc with many enhancements. The current egcs contains C, C++, Object C and f77 compilers plus their runtime libraries.
  • Embedded Resources Compiler
    Embedded Resources Compiler is a tool that will generate a C++ source file (along with the corresponding header file) that embeds any given data file and provides a Resource class which gives access to this data. The Resource class can be created in two flavors: one using STL streams, the other using WxWidgets streams. Its function is similar to that of the "qtrc" tool from the Qt toolkit.
  • Fawlty Language
    Fawlty Language (FL) is an array-oriented interactive programming language for scientific data processing and visualization. Its syntax is almost identical to that of the Interactive Data Language (IDL).
  • Flick
    Flick is an IDL compiler supports multiple IDLs (CORBA IDL, Sun ONC RPC rpcgen IDL, MIG IDL). Flick uses techniques from traditional language compilers in order to produce very fast client/server communication code. Flick-generated code can typically encode and decode data between 2 and 17 times faster than code produced by traditional IDL compilers, both commercial and free.
  • GnuPro Toolkit
    (commercial) GNUPro includes a compiler suite made up of the GNUPro C compiler, the GNUPro C++ compiler, and a range of additional tools and utilities, including the GNU assembler (gas), GNU linker (ld) for most platforms, and binary utilities (binutils). The compilation technology in the GNUPro toolsuite is based on the gcc project, an open source development project driving the leading edge in compiler technology.
  • Harbour
    Harbour is a free software compiler for the xBase superset language often referred to as Clipper (the language that is implemented by the compiler CA-Clipper).
  • hp48cc
    hp48cc is a C-like compiler that translates the input code into the HP48 RPN language. The language recognized by the compiler is only a small subset of the C language, with some non-standard extensions, but powerful enough to write complex programs simply.
  • JACOB
    Just A Compiler for OBeron-2 is a stand-alone Oberon-2 compiler under Linux. It compiles a single Oberon-2 module together with its imported modules and links all the stuff together to an executable program whose name is the module name.
  • Kent Retargettable Occam Compiler
    KRoC, the Kent Retargettable occam-pi Compiler, is a collection of programs/libraries which facilitates the execution of occam-pi programs on various platforms. The main components are: occ21, the Inmos occam compiler, # tranx86, a translator from extended transputer code (ETC) to intel i386 object code, and CCSP, the run-time kernel, providing the virtual transputer.
  • KRoC
    The Kent Retargetable occam Compiler (KRoC) is an occam/occam-pi language platform, comprised of an occam compiler, native-code translator and supporting run-time system.
  • LBPP
    The GNU/Liberty Basic Compiler Collection (GLBCC) is a suite of tools designed to allow Windows and Linux users to compile Liberty Basic code to a standalone application. GLBCC uses entirely independent and entirely free libraries to generate super small and super fast executables that have no external dependency. The project originally started as a single utility to convert Liberty Basic code to C but quickly became an integrated compiler system.
  • LLVM
    LLVM is a compiler infrastructure designed for compile-time, link-time, runtime, and "idle-time" optimization of programs from arbitrary programming languages.
  • Mercat
    Mercat is a garbage collected, cross platform compiler/assembler/VM based programming system.
  • mother
    mother is designed to compile arbitrary computer languages to arbitrary assembler code. the desired language and assembler is specified as tables, so there is no need to generate something like a cross compiler.
  • MTASC
    Motion-Twin ActionScript2 Compiler is an ActionScript2 cross-platform compiler. It enables you to develop Flash applications for free and under any OS.
  • Mumps Compiler
    Mumps Compiler is a compiler for a subset of the Mumps language, a language used mainly in healthcare. It is compatible with most operating systems with a standard C compiler.
  • ncc
    ncc is a compiler that produces program analysis information. ncc is a replacement of cflow and cscope able to analyse any program using the gcc compiler. The program also includes a graphical call-graph navigator and source browser which is extremely practical for hacking and understanding large projects.
  • Omni OpenMP
    Omni OpenMP translates C and Fortran77 programs with OpenMP pragmas into C code suitable for compiling with a native compiler linked with the Omni OpenMP runtime library.
  • Open64 Compiler and Tools
    The Open64 Compiler and Tools site is dedicated to the continued development of the former SGI Pro64(TM) compiler for the IA64 architecture.
  • Pyastra
    Pyastra is a python to assembler translator. It takes source file written in python and, if the code contains no errors, generates an assembler file. Then you may comile it to hex-file using your favourite PIC assembler.
  • Ragel
    Ragel compiles finite state machines from regular languages into runnable c code. Ragel state machines can not only recognize byte sequences as regular expression machines do, but can also execute code at arbitrary points in the recognition of regular languages.
  • shc
    shc is a generic shell script compiler. It takes a script which is specified on the command line and produces C source code.
  • Shed Skin
    Shed Skin is an experimental Python-to-C++ compiler. It accepts pure but implicitly statically typed Python programs and generates optimized C++ code. This means that in combination with a C++ compiler, it allows for translation of pure Python programs into highly efficient machine language. For a set of 16 non-trivial test programs, measurements show a typical speedup of 2-40 over Psyco, about 12 on average, and 2-220 over CPython, about 45 on average. Shed Skin also outputs annotated source code.
  • Tiny C Compiler
    Tiny C Compiler compiles and execute C code everywhere (e.g., on rescue disks). It generates optimized x86 code, and can compile, assemble, and link several times faster than 'gcc -O0'. Any C dynamic library can be used directly.
  • X2c
    X2c is a Xbase compiler that produces native C code from Xbase source programs. Xbase is the standardized form of the programming language that was initially developed in the JPL program JPLDIS, commercialized by Aston-Tate, extended by Fox (Foxbase, FoxPro) and Nantucket (Clipper).
  • YASM
    a complete rewrite of the NASM assembler. It YASM is designed from the ground up to allow for multiple syntaxes to be supported (e.g., NASM, TASM, GAS, etc.) in addition to multiple output object formats. Another primary module of the overall design is an optimizer module.
  • zasm
    zasm is a command-line z80 assembler. It should compile on many unix-style operating systems, and is also available as a pre-compiled binary for Linux and OS X.



Other Sites

Migrate to Linux
Thinking of switching to Linux? Check out our Linux Equivalents to Windows Software section, highlighting popular Linux equivalents to Windows software.

This feature also includes over 150 individual software portal pages including Blender, Scribus, OpenOffice.org, Evolution, Eclipse, K3b, and MythTV, providing a wealth of essential information.

 

Distribution Guides
Distro Guide

Debian
Fedora
Gentoo
Mandriva
OpenSuSE
RedHat
Slackware
Ubuntu
Xandros

Absolute
Linux Mint
64 Studio

LiveCDs
Berry Linux
GoblinX
KNOPPIX
Kubuntu
NimbleX
PCLinuxOS
Sabayon
SimplyMEPIS
Xubuntu

Entire List

 

SourceFiles.org
Sourcefiles.org
Backup
CD Writing
Databases
Editors
Emulators
Financial
Games
Graphics
Home ...
Internet
Multimedia
Networking
Office
Prod Tools
Scientific
Shells
Spreadsheets
Toys
Utilities
WMs

 

Services
Web Calendar
Linux Licenses

Advertise at LinuxLinks.com

 

My LinuxLinks
MyLinks
  • Bookmarked links
  • Emailed Newsletter
  • Your own profile

  • Latest Portal Pages
    Mixxx
    energyXT2
    GRASS
    uDig
    QGIS
    gretl
    SPSS

     

    About | FAQ | Privacy | Awards | Contact
    Portal Version 0.7. Intel Blade.
    Comments to the webmaster are welcome.
    Copyright 2002-2007 LinuxLinks.com All rights reserved.