Sponsorzy katalogu:

Centrum Rezerwacji Hoteli. Internetowy system umozliwiający dokonanie rezerwacji z natychmiastowym potwierdzeniem w ponad 500 hotelach w całej Polsce. Hotele Warszawa, hotele w Krakowie, Poznaniu, Wrocławiu i wielu innych mistach w Polsce po bardzo konkurencyjnych cenach.

Centralny System Rezerwacji Online oferuje rezerwację hoteli w całej Polsce po bezkonkurencyjnych cenach. Odwiedź www.hotele.pl i rezerwuj hotele w Polsce po super cenach !

System rezerwacji hoteli w Polsce. Szybka i intuicyjna rezerwacja, bezpieczna płatność online kartami kredytowymi i przelewami. Rezerwuj hotele w całej Polsce. W ofercie kilkaset hoteli, zarówno tych luksusowych, jak i tanich hoteli turystycznych.

Tygrys.com - katalog stron : Computers : Programming : Languages : Haskell : Implementations
  • Clean@ (5)
  •  
  • Operating Systems@ (3)
  • Znaleziono 20 stron w kategorii Implementations:

    Tytuł strony: Chameleon
    Opis strony: Haskell-type language, implements ideas described in a 'A Theory of Overloading'. Compiles Chameleon to (plain) Haskell; can mix Haskell and Chameleon overloading. Descriptions, documents, downloads.
    Adres: http://taichi.ddns.comp.nus.edu.sg/taichiwiki/ChameleonHomePage

    Tytuł strony: Data Field Haskell
    Opis strony: Dialect with instance of data fields (a generalization of arrays), useful for rapid prototyping of parallel algorithms, and parallel high-level system specification.
    Adres: http://www.mrtc.mdh.se/projects/DFH/

    Tytuł strony: Eden
    Opis strony: Parallel functional language to program reactive systems and parallel algorithms using distributed memory. Extends Haskell, but overrules lazy evaluation whenever needed to support parallelism; gives enough control to implement parallel algorithms efficiently, no need for low level details of process management.
    Adres: http://www.mathematik.uni-marburg.de/~eden/

    Tytuł strony: Glasgow Distributed Haskell
    Opis strony: GdH combines the multiple processes of Concurrent Haskell with the multiple processing elements of Glasgow Parallel Haskell (GpH).
    Adres: http://www.macs.hw.ac.uk/~dsg/gdh/

    Tytuł strony: The Glasgow Haskell Compiler (GHC)
    Opis strony: An optimizing compiler for Haskell, written in Haskell. Includes extensions for concurrency and heap and time profiling. [Open Source, BSD-like]
    Adres: http://www.haskell.org/ghc/

    Tytuł strony: Glasgow Parallel Haskell (GpH)
    Opis strony: A Haskell extension for parallel programming built on top of the Glasgow Haskell compiler (GHC). Parallelism is identified using annotations (generally evaluation strategies), that are defined using only two extra primitives: par and seq.
    Adres: http://www.macs.hw.ac.uk/~dsg/gph/

    Tytuł strony: Gofer
    Opis strony: Small interpreter for language based on Haskell report 1.2; experimental, more so for type classes. Haskell adopted some ideas of Gofer, but Gofer type class system is more flexible. Runs on DOS, Linux, Macintosh, Unix. Hugs predecessor.
    Adres: http://web.cecs.pdx.edu/~mpj/goferarc/

    Tytuł strony: Haskell++
    Opis strony: Object-oriented Haskell extension, using a preprocessor, supports a form of inheritance via extended class and instance declarations. Descriptions, documents, source download, links.
    Adres: http://www.cs.chalmers.se/~rjmh/Software/h++.html

    Tytuł strony: The HBC compiler
    Opis strony: A compiler and interactive system for Haskell 1.4, unsupported for two years now.
    Adres: http://www.cs.chalmers.se/~augustss/hbc/hbc.html

    Tytuł strony: Helium
    Opis strony: A functional programming language (subset of the Haskell) and a compiler designed especially for teaching Haskell.
    Adres: http://www.cs.uu.nl/helium/

    Tytuł strony: Hugs
    Opis strony: An interpreter for Haskell which runs on almost any platform. Primarily used for teaching.
    Adres: http://www.haskell.org/hugs/

    Tytuł strony: Hugs Archive
    Opis strony: Many files for Hugs Haskell interpreter: source code, documents.
    Adres: http://web.cecs.pdx.edu/~mpj/hugsarc/

    Tytuł strony: Hugs98 for .NET
    Opis strony: Extension of Hugs98 Haskell interpreter, for interoperation between Haskell and .NET and its framework; can instantiate and use .NET objects in Haskell, and vice versa, call and use Haskell functions from any .NET language.
    Adres: http://galois.com/~sof/hugs98.net/

    Tytuł strony: Jaskell Project
    Opis strony: Java bytecode generator backend for Glasgow Haskell Compiler (GHC), so one can build Java applets or applications via the Haskell language.
    Adres: http://www.scdi.org/~avernet/projects/jaskell/

    Tytuł strony: Kahu Research
    Opis strony: Makes Mondrian, light Haskell version to interoperate with other languages in OO environments; runs on .NET (old version for JVM), supports ASP.NET, to embed functional code in webpages with C#. Has version of Glasgow Haskell Compiler using Mondrian for .NET to compile Haskell for .NET.
    Adres: http://kahu.zoot.net.nz/

    Tytuł strony: nhc98 from York
    Opis strony: A Haskell 98 compiler.
    Adres: http://www.cs.york.ac.uk/fp/nhc98/

    Tytuł strony: O'Haskell
    Opis strony: Object Haskell: Haskell conservatively extended with subtyping, monadic objects.
    Adres: http://www.cs.chalmers.se/~nordland/ohaskell/

    Tytuł strony: pH (MIT parallel Haskell)
    Opis strony: A parallel eagerly evaluated variant of Haskell with syntactic provisions for loops, barriers, and I- and M- structure storage.
    Adres: http://csg.csail.mit.edu/projects/languages/ph.shtml

    Tytuł strony: PolyP
    Opis strony: Polytypic programming language; source files for compiler written in Haskell that compiles PolyP-code to Haskell; library of polytypic functions written in PolyP, some examples, documents, downloads.
    Adres: http://www.cs.chalmers.se/~patrikj/poly/polyp/

    Tytuł strony: Template Haskell
    Opis strony: Haskell 98 extension allowing type-safe compile time metaprogramming, with Haskell, as the manipulating language and the language being manipulated.
    Adres: http://www.haskell.org/th/


    Cytat dnia:

    Największym odkryciem każdego pokolenia jest to, że człowiek potrafi zmienić swe życie, zmieniając swój stosunek do życia

    William James

    warsaw apartments systemy oddymiania Makbet http://park.bialowieza.pl/ Pozycjonowanie
    Help build the largest human-edited directory on the web.
      Submit a Site - Open Directory Project - Become an Editor  

    Zapraszamy do Globalnego Katalogu Stron - największy zbiór stron w sieci
    Smycze | mieszkania do wynajęcia | izolacje próżniowe | białystok | szczawnica

    Search the Implementations category

    Powered by the Free PHP ODP Script
    Serwery