7 ms·
what does pike look like https://pike.lysator.liu.se/docs/tut/introduction/first_glance.md https://pike.lysator.liu.se/docs/tut/introduction/first_glan... (sa
by atorodius 1y ago
what does pike look like
https://pike.lysator.liu.se/docs/tut/introduction/first_glance.md https://pike.lysator.liu.se/docs/tut/introduction/first_glan...
(saving you some clicks...)
- 2mlWQbCK 1y agoFrom what I remember of working with Pike, the best part was probably the included image module. Maybe I will install Pike again just to see if I still like it. https://pike.lysator.liu.se/docs/man/chapter_13.html https://pike.lysator.liu.se/docs/man/chapter_13.html
- 2mlWQbCK 1y agoTurns out there is no Pike package for FreeBSD, no port, and the Pike git repository has a FreeBSD subdirectory last updated 22 years ago. But ./configure && gmake && gmake install seemed to work, or at least it runs and nothing weird has happened so far.
- em-bee 1y agopike used to be in bsd ports. probably the maintainer stopped working on that. it is still being tested. it builds but currently the testsuite fails: http://pike.lysator.liu.se/development/pikefarm/8.0.xml http://pike.lysator.liu.se/development/pikefarm/8.0.xml http://pike.lysator.liu.se/development/pikefarm/9.0.xml http://pike.lysator.liu.se/development/pikefarm/9.0.xml if you dig through you'll find 3 or 4 failed tests out of thousands.
- Zambyte 1y agoThanks. It took me 5 clicks before finding any code (this page).