Discussion:
[Fonc] A question about the code available
renoX
2016-09-15 13:12:12 UTC
Permalink
Hello,

The presentation of the VPRI project wrote about a 'word processor' Frank,
I'm interested to try it to check what it does.
Is the code for Frank available?

If yes, is-it part of the repository listed in
http://vpri.org/fonc_wiki/index.php?title=Installation_Guide
or is-it somewhere else?

Best regards,
renoX
stvienna wiener
2016-09-15 17:14:35 UTC
Permalink
Hi,

Frank software is not availiable, unfortunately.

Here are links to some of its parts:

https://github.com/damelang/gezira
https://github.com/damelang/nile
http://www.tinlizzie.org/~awarth/ometa/ometa2.html
https://github.com/melvinzhang/maru

Best,
Steve
Post by renoX
Hello,
The presentation of the VPRI project wrote about a 'word processor' Frank,
I'm interested to try it to check what it does.
Is the code for Frank available?
If yes, is-it part of the repository listed in http://vpri.org/fonc_wiki/
index.php?title=Installation_Guide
or is-it somewhere else?
Best regards,
renoX
_______________________________________________
Fonc mailing list
http://mailman.vpri.org/mailman/listinfo/fonc_mailman.vpri.org
Yoshiki Ohshima
2016-09-15 17:42:21 UTC
Permalink
The code for Frank is not entirely hidden:
http://tinlizzie.org/updates/exploratory/packages/

It is just that we did not get around setting things up for other
people, and we did not go all the way to rewrite the entire code when
there was changes in versions of syntax. (sorry).
Post by stvienna wiener
Hi,
Frank software is not availiable, unfortunately.
https://github.com/damelang/gezira
https://github.com/damelang/nile
http://www.tinlizzie.org/~awarth/ometa/ometa2.html
https://github.com/melvinzhang/maru
Best,
Steve
Post by renoX
Hello,
The presentation of the VPRI project wrote about a 'word processor' Frank,
I'm interested to try it to check what it does.
Is the code for Frank available?
If yes, is-it part of the repository listed in
http://vpri.org/fonc_wiki/index.php?title=Installation_Guide
or is-it somewhere else?
Best regards,
renoX
_______________________________________________
Fonc mailing list
http://mailman.vpri.org/mailman/listinfo/fonc_mailman.vpri.org
_______________________________________________
Fonc mailing list
http://mailman.vpri.org/mailman/listinfo/fonc_mailman.vpri.org
--
-- Yoshiki
karl ramberg
2016-09-15 18:00:40 UTC
Permalink
With some unzipping and elbow grease you can use stuff from here:
http://tinlizzie.org/~bert/frank4ipad/

Best,
Karl
Post by Yoshiki Ohshima
http://tinlizzie.org/updates/exploratory/packages/
It is just that we did not get around setting things up for other
people, and we did not go all the way to rewrite the entire code when
there was changes in versions of syntax. (sorry).
Post by stvienna wiener
Hi,
Frank software is not availiable, unfortunately.
https://github.com/damelang/gezira
https://github.com/damelang/nile
http://www.tinlizzie.org/~awarth/ometa/ometa2.html
https://github.com/melvinzhang/maru
Best,
Steve
Post by renoX
Hello,
The presentation of the VPRI project wrote about a 'word processor'
Frank,
Post by stvienna wiener
Post by renoX
I'm interested to try it to check what it does.
Is the code for Frank available?
If yes, is-it part of the repository listed in
http://vpri.org/fonc_wiki/index.php?title=Installation_Guide
or is-it somewhere else?
Best regards,
renoX
_______________________________________________
Fonc mailing list
http://mailman.vpri.org/mailman/listinfo/fonc_mailman.vpri.org
_______________________________________________
Fonc mailing list
http://mailman.vpri.org/mailman/listinfo/fonc_mailman.vpri.org
--
-- Yoshiki
_______________________________________________
Fonc mailing list
http://mailman.vpri.org/mailman/listinfo/fonc_mailman.vpri.org
Steve White
2016-10-03 17:44:43 UTC
Permalink
I've used some of this elbow grease to put together an OS X VM with the
Frank4iPad image.

https://www.dropbox.com/s/pjwmql8v5luehs8/Frank%20OSX.zip?dl=0

On the VM side:

1) Got Nile to compile after fixing up declarations in nile.h:
https://github.com/damelang/nile/pull/5

2) With Nile compiling, I was able to build a GeziraBindingsMT plugin,
which is included in the zip file's Squeak VM.

On the image side:

1) Pulled in all of the code updates. Proceeded past a few GeziraBindings
errors.

2) Filed in the GeziraBindings packages from:
https://github.com/damelang/gezira/tree/master/bindings/squeak
This seemed necessary as the Gezira code in the Frank image referenced some
kernels that don't seem to exist in the latest Gezira.


And with that things appear happy – the Lesserphic tests I've tried
execute, as well as the Document Editor Example.

Cheers,
Steve
Post by karl ramberg
http://tinlizzie.org/~bert/frank4ipad/
Best,
Karl
Post by Yoshiki Ohshima
http://tinlizzie.org/updates/exploratory/packages/
It is just that we did not get around setting things up for other
people, and we did not go all the way to rewrite the entire code when
there was changes in versions of syntax. (sorry).
Post by stvienna wiener
Hi,
Frank software is not availiable, unfortunately.
https://github.com/damelang/gezira
https://github.com/damelang/nile
http://www.tinlizzie.org/~awarth/ometa/ometa2.html
https://github.com/melvinzhang/maru
Best,
Steve
Post by renoX
Hello,
The presentation of the VPRI project wrote about a 'word processor'
Frank,
Post by stvienna wiener
Post by renoX
I'm interested to try it to check what it does.
Is the code for Frank available?
If yes, is-it part of the repository listed in
http://vpri.org/fonc_wiki/index.php?title=Installation_Guide
or is-it somewhere else?
Best regards,
renoX
_______________________________________________
Fonc mailing list
http://mailman.vpri.org/mailman/listinfo/fonc_mailman.vpri.org
_______________________________________________
Fonc mailing list
http://mailman.vpri.org/mailman/listinfo/fonc_mailman.vpri.org
--
-- Yoshiki
_______________________________________________
Fonc mailing list
http://mailman.vpri.org/mailman/listinfo/fonc_mailman.vpri.org
_______________________________________________
Fonc mailing list
http://mailman.vpri.org/mailman/listinfo/fonc_mailman.vpri.org
Brian Rice
2016-10-03 18:22:31 UTC
Permalink
That's great news, thank you!
Post by Steve White
I've used some of this elbow grease to put together an OS X VM with the
Frank4iPad image.
https://www.dropbox.com/s/pjwmql8v5luehs8/Frank%20OSX.zip?dl=0
https://github.com/damelang/nile/pull/5
2) With Nile compiling, I was able to build a GeziraBindingsMT plugin,
which is included in the zip file's Squeak VM.
1) Pulled in all of the code updates. Proceeded past a few GeziraBindings
errors.
https://github.com/damelang/gezira/tree/master/bindings/squeak
This seemed necessary as the Gezira code in the Frank image referenced
some kernels that don't seem to exist in the latest Gezira.
And with that things appear happy – the Lesserphic tests I've tried
execute, as well as the Document Editor Example.
Cheers,
Steve
http://tinlizzie.org/~bert/frank4ipad/
Best,
Karl
http://tinlizzie.org/updates/exploratory/packages/
It is just that we did not get around setting things up for other
people, and we did not go all the way to rewrite the entire code when
there was changes in versions of syntax. (sorry).
Post by stvienna wiener
Hi,
Frank software is not availiable, unfortunately.
https://github.com/damelang/gezira
https://github.com/damelang/nile
http://www.tinlizzie.org/~awarth/ometa/ometa2.html
https://github.com/melvinzhang/maru
Best,
Steve
Post by renoX
Hello,
The presentation of the VPRI project wrote about a 'word processor'
Frank,
Post by stvienna wiener
Post by renoX
I'm interested to try it to check what it does.
Is the code for Frank available?
If yes, is-it part of the repository listed in
http://vpri.org/fonc_wiki/index.php?title=Installation_Guide
or is-it somewhere else?
Best regards,
renoX
_______________________________________________
Fonc mailing list
http://mailman.vpri.org/mailman/listinfo/fonc_mailman.vpri.org
_______________________________________________
Fonc mailing list
http://mailman.vpri.org/mailman/listinfo/fonc_mailman.vpri.org
--
-- Yoshiki
_______________________________________________
Fonc mailing list
http://mailman.vpri.org/mailman/listinfo/fonc_mailman.vpri.org
_______________________________________________
Fonc mailing list
http://mailman.vpri.org/mailman/listinfo/fonc_mailman.vpri.org
_______________________________________________
Fonc mailing list
http://mailman.vpri.org/mailman/listinfo/fonc_mailman.vpri.org
Continue reading on narkive:
Loading...