Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Haskell
Wiki community
Recent changes
Random page
HaskellWiki
Search
Search
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
The I/O problem
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Other questions == * Is the C language "purely functional"? ::No: ::* C isn't "pure" - it allows unrestricted access to observable effects, including those of I/O. ::* C isn't "functional" - it was never intended to be [[Referential transparency|referentially transparent]], which severely restricts the ability to use [[Equational reasoning examples|equational reasoning]]. * Is the Haskell language "purely functional"? ::[https://chadaustin.me/2015/09/haskell-is-not-a-purely-functional-language Haskell is not a purely functional language], but is often described as being referentially transparent. * Why do our programs need to read input and write output? ::Because programs are usually written for practical purposes, such as implementing domain-specific [https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.7.2089&rep=rep1&type=pdf little languages] like [https://dhall-lang.org Dhall]. * All of this and still no formal mathematical or logical argument? ::{| | According to Church's Thesis: <blockquote> [...] any <i>intuitively</i> calculable function is also calculable within any of [Post's, Kleene's, Church's, Turing's, or Markov's] mathematical frameworks of calculability or computability. :<small>[https://www.eecs.yorku.ca/~tgeorge/papers/churchs-thesis.pdf A user-friendly Introduction to (un)Computability and Unprovability via “Church’s Thesis”], George Tourlakis (first page).</small> <!-- 2011 --> </blockquote> So what exactly is an "<i>intuitively</i> calculable function"? |}
Summary:
Please note that all contributions to HaskellWiki are considered to be released under simple permissive license (see
HaskellWiki:Copyrights
for details). If you don't want your writing to be edited mercilessly and redistributed at will, then don't submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!
Cancel
Editing help
(opens in new window)
Toggle limited content width