This website requires JavaScript.
Explore
Help
Register
Sign in
aparler
/
RosettaCodeData
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
12
Pull requests
3
Projects
Releases
Packages
Wiki
Activity
Actions
2023
RosettaCodeData
/
Task
/
Function-composition
/
Hy
/
function-composition.hy
Ingy döt Net
ba8067c3b7
September 2017 Update
2017-09-25 22:28:19 +02:00
3 lines
46 B
Hy
Raw
Permalink
Blame
History
(
defn
compose
[
f
g
]
(
fn
[
x
]
(
f
(
g
x
)
)
)
)
Reference in a new issue
View git blame
Copy permalink