GithubHelp home page GithubHelp logo

noeyfan / hugs98-plus-sep2006 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from franklinchen/hugs98-plus-sep2006

0.0 2.0 0.0 5.46 MB

Revive Hugs98 from its last official self-contained distribution.

License: Other

Makefile 1.74% M4 0.60% Haskell 54.09% Shell 0.83% Roff 0.06% HTML 22.19% C++ 2.07% CSS 0.06% C# 0.26% TeX 1.11% C 16.30% NSIS 0.06% XQuery 0.14% XSLT 0.20% Batchfile 0.05% AMPL 0.03% Web Ontology Language 0.03% LilyPond 0.17% M 0.01% GDB 0.01%

hugs98-plus-sep2006's Introduction

Hugs, a Haskell98 implementation

Build Status

------------------------------------------------------------------------------
__   __ __  __  ____   ___      _________________________________________
||   || ||  || ||  || ||__      Hugs 98: Based on the Haskell 98 standard
||___|| ||__|| ||__||  __||     Copyright (c) 1994-2006
||---||         ___||           World Wide Web: http://haskell.org/hugs
||   ||                         Report bugs to: [email protected]
||   || Version:    May 2006    _________________________________________

------------------------------------------------------------------------------

Hugs was a popular implementation of the Haskell programming language in the 1990s. Maintenance of it stopped in 2009, three years after the final release in 2006.

I have updated the source code of the original 2006 distribution to make it build again today, on Mac OS X in particular.

I am maintaining this repo of Hugs for historical purposes.

I have not tested other platforms but would welcome verification or additional portability fixes). I did not start with the development version as of 2009 because of uncertainty about any changes introduced since 2006.

I have provided a Homebrew formula so that if you are on Mac OS X, you can install Hugs as follows:

$ brew install FranklinChen/tap/hugs --HEAD

(If you are curious, you can look at my Homebrew tap repo here.)

Included packages

The 2006 source distribution of Hugs included a variety of packages, and I have attempted to make most of them build. Not everything has successfully built. X11, GLUT, OpenAL, ALUT did not build successfully.

For real life work in Haskell

For real life work in Haskell, please use GHC, which comes with

  • a Hugs-inspired interpreter ghci that works just like Hugs, except better.
  • an industrial-strength optimizing native compiler ghc, which generates code running hundreds of times faster than interpreted ghci and comparable to C speed.
  • access to a huge ecosystem of libraries called Hackage.

I use GHC every day. On Mac OS X, it's very easy to get going with using GHC. I recommend using Homebrew to install everything you need to get started, including GHC, Cabal, and the great Stack tool.

Installation of GHC

$ brew install ghc cabal-install haskell-stack

hugs98-plus-sep2006's People

Contributors

franklinchen avatar

Watchers

James Cloos avatar Fan You avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.