Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Data type
(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
Page information
Appearance
move to sidebar
hide
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!
===Function types=== {{Main|Function type}} [[Functional programming]] languages treat functions as a distinct datatype and allow values of this type to be stored in variables and passed to functions. Some multi-paradigm languages such as [[JavaScript]] also have mechanisms for treating functions as data.<ref>{{cite book |last1=Flanagan |first1=David |title=JavaScript: the definitive guide |date=1997 |publisher=O'Reilly & Associates |location=Cambridge |isbn=9781565922341 |edition=2nd |chapter=6.2 Functions as Data Types}}</ref> Most contemporary [[type systems]] go beyond JavaScript's simple type "function object" and have a family of function types differentiated by argument and return types, such as the type <code>Int -> Bool</code> denoting functions taking an integer and returning a Boolean. In C, a function is not a first-class data type but [[function pointer]]s can be manipulated by the program. Java and C++ originally did not have function values but have added them in C++11 and Java 8.
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Data type
(section)
Add topic