Published by Sigma

published

Sigma's Post

Huh. I just noticed that I accidentally made it impossible to have recursions in my programming language.

How did that happen? ^^"


Likes: 0
Boosts: 0
Hashtags:
Mentions:

Comments

Displaying 0 of 1 comments

Sigma

In response to this post

Urgh. How do I resolve this...

The problem is: All functions are closures, and variables are immutable. Put another way: A function can not exist within its own scope.


I could make a special name that always resolves to the current closure. But then I loose type information...

by Sigma ;

Speaking of type information: I can't even have a self-referential type - damn it...

by Sigma ;

@sigmasternchen the Y combinator

by char lotte; ;


Likes: 0

Replies: 3

Boosts: 0