Difference between revisions of "Mathematical prelude discussion"

From HaskellWiki
Jump to navigation Jump to search
(Page created.)
 
(Undo revision 63546 by Ysangkok (talk); found it in the wiki which is now on gitlab)
 
(12 intermediate revisions by 5 users not shown)
Line 5: Line 5:
 
This page is intended to collect links to past discussion, and to provide a focal point for advancing the discussion.
 
This page is intended to collect links to past discussion, and to provide a focal point for advancing the discussion.
   
 
== Todo ==
== Links to proposals and discussion ==
 
   
 
*Flesh out list of proposals. First from [[Libraries_and_tools/Mathematics]].
=== Numeric prelude ===
 
 
*Add links to discussions in list archive, and elsewhere.
   
  +
== Libraries and proposals ==
[http://haskell.org/communities/06-2006/html/report.html#numericprelude 2006-06 report]
 
   
 
=== [[Numeric Prelude]] ===
[http://darcs.haskell.org/numericprelude/ darcs.haskell.org/numericprelude/]
 
   
  +
Working set of common type classes and instances.
=== See Also ===
 
   
  +
=== Basic Algebra Library (BAL) ===
[[Libraries_and_tools/Mathematics]]
 
   
  +
:Is not in community report 2006-06.
== Todo ==
 
  +
:[http://www.botik.ru/pub/local/Mechveliani/basAlgPropos/0.04/announce.txt 0.04/announce.txt (2006-02)]
  +
:[http://www.botik.ru/pub/local/Mechveliani/basAlgPropos/ www.botik.ru/pub/local/Mechveliani/basAlgPropos/]
  +
:Formerly refered to as "basic algebra proposal".
   
  +
Categorical Approach to representing mathematical structures in Haskell:
*Flesh out list of proposals. First from [[Libraries_and_tools/Mathematics]].
 
  +
[ftp://ftp.botik.ru/pub/local/Mechveliani/docon/]
*Add links to discussions in list archive, and elsewhere.
 
  +
  +
=== Haskell Prime' ===
  +
  +
[https://gitlab.haskell.org/haskell/prime/-/wikis/numeric-classes Numeric classes] on the Haskell' wiki
  +
 
=== See Also ===
  +
 
*[[Libraries_and_tools/Mathematics]]
   
 
== Discussion ==
 
== Discussion ==
   
  +
''For me that probably starts with the semigroup/group/ring setup, and good
[http://magma.maths.usyd.edu.au/magma/htmlhelp/MAGMA.htm MAGMA] is an example of a language which embraced mathematical structure.
 
  +
arbitrary-precision as well as approximate linear algebra support.''
  +
  +
''I agree: semigoups like lattices are everywhere. Then there could be a uniform treatment of linear algebra, polynomial equations, operator algebra, etc.''
  +
 
[http://magma.maths.usyd.edu.au/magma/htmlhelp/MAGMA.htm MAGMA] is an example of a language which embraced mathematical structure. [[User:MitchellNCharity|MitchellNCharity]] 23:16, 14 November 2006 (UTC)
  +
  +
* Discussion 2010-04 in Haskell-Cafe on [http://www.haskell.org/pipermail/haskell-cafe/2010-April/075989.html Google-Summer-of-Code proposal for richer numerical type classes and supporting algorithms]
  +
  +
* [http://lambda-the-ultimate.org/node/1655#comment-20299 LtU thread 1655]
  +
  +
* [http://www.axiom-developer.org/ Aldor/Axiom] may be a place to look for a good type class hierarchy
  +
  +
* [http://www.elementsofprogramming.com/eop-concepts.pdf Elements of Programming], Chapter 5
  +
  +
[[Category:Mathematics]]

Latest revision as of 06:04, 10 December 2020

Purpose

There have been many ideas for improving the prelude's support for mathematics. Including the addition of algebraic classes. But the discussion is spread over years of list archives and a half dozen websites. And the discussion has never gelled.

This page is intended to collect links to past discussion, and to provide a focal point for advancing the discussion.

Todo

Libraries and proposals

Numeric Prelude

Working set of common type classes and instances.

Basic Algebra Library (BAL)

Is not in community report 2006-06.
0.04/announce.txt (2006-02)
www.botik.ru/pub/local/Mechveliani/basAlgPropos/
Formerly refered to as "basic algebra proposal".

Categorical Approach to representing mathematical structures in Haskell: [1]

Haskell Prime'

Numeric classes on the Haskell' wiki

See Also

Discussion

For me that probably starts with the semigroup/group/ring setup, and good arbitrary-precision as well as approximate linear algebra support.

I agree: semigoups like lattices are everywhere. Then there could be a uniform treatment of linear algebra, polynomial equations, operator algebra, etc.

MAGMA is an example of a language which embraced mathematical structure. MitchellNCharity 23:16, 14 November 2006 (UTC)

  • Aldor/Axiom may be a place to look for a good type class hierarchy