Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Possible idea for a language

36 views
Skip to first unread message

Claudio Calvelli /replace qwertyuiop with news for email/

unread,
Dec 8, 2012, 3:18:08 PM12/8/12
to
I was having a meeting with my boss and he mentioned that it would be a
good idea to have a language without variables - when questioned about
what one would use instead he said "URLs; and you don't need to worry
about scoping as we have firewalls for this sort of things".

Well, right now I can't think how to develop this but maybe somebody
here will have an idea...

C

ais523

unread,
Dec 8, 2012, 7:05:36 PM12/8/12
to
Some serious research work I'm doing is actually pretty close to this.
Basically, everything is call-by-name, and instead of storing values,
you just remember where to get them; instead of passing arguments to a
function, you simply tell it where to ask in order to get the value.
Then the actual values are just constants.

The language I'm doing in my serious research work actually does have
variables, but I see no reason why they're required in order to create a
language like this.

Then, all you have to do in order to pull it out into a full language is
to have each individual term or function on a separate machine, and have
them all communicate with each other, giving each other either constant
values, or information on who to ask for a value (which might end up
being iterated).

This isn't fleshed out, obviously, but seems like a reasonable direction
to develop it on.

--
ais523
0 new messages