On 19/05/20 1:26 am, Nicolas Cellier wrote:
> On one side, I wanted to focus on contents more than on the format. But > on the other side, I want some graphical illustrations accurate enough. > I wrote in Word because it was easy for me to include tables and > graphics, but it's kinda stupid, especially because Word make you focus > on format more than contents ! LaTeX is not general enough, it would > rather be a backend nowadays. I contemplated using pandoc which has good > support, or the much more limited Pilar, which at least is Smalltalk > based... If you are on a Unix/Linux box, you could use groff/nroff man macros with tbl (tables) and pic (vector diagrams). man macros are convenient for writing library guides and references. You also have converters from man to html/ps/pdf etc. The Squeak man page on Unix ports is written this way. E.g. $ nroff -man platforms/unix/doc/squeak.1 HTH .. Subbu |
In reply to this post by Ben Coman
Thanks Ben. I don't follow the topic closely, and this is a very helpful
and concise summary. Dave On Tue, May 19, 2020 at 10:53:17PM +0800, Ben Coman wrote: > On Tue, 19 May 2020 at 03:33, Levente Uzonyi <[hidden email]> wrote: > > > How does UFFI come here? AFAIK it's nothing but a different image-side > > code using the VM's FFI implementation along with the signature notion > > Igor used in NativeBoost (which is great btw because it's "as you would > > write it in C" and doesn't require language changes). > > > > Think of UFFI as a front-end for original-FFI. IIUC although Igor's > NativeBoost was a super fast alternative FFI, > it wasn't portable and wasn't compatible with Spur, so Pharo had to throw > NativeBoost away. > But they kept the nice signature style as a layer over FFI. > > Ronie wrote a paper on the reasons for UFFI in Pharo... > https://users.dcc.uchile.cl/~rsalgado/uffi-fourth-draft.pdf > > Here is a shorter presentation... > http://www.esug.org/data/ESUG2016/05-Friday/1145-1230%20UnifiedFFI/ESUG2016%20-%20UFFI.pdf > > > Here are some usage references... > https://www.slideshare.net/FASTPresentations/pharo-foreign-function-interface-ffi-by-example-by-esteban-lorenzano > > http://books.pharo.org/booklet-uffi/pdf/2020-02-12-uFFI-V1.0.1 > > I never used FFI before UFFI, but I find UFFI very friendly to use. > > I believe Ronie's Lowcode was designed to be another backend for UFFI, but > I don't know the status of state. > > cheers -ben > |
In reply to this post by Nicolas Cellier
Wow, this is incroyable.
/—————————————————————/ For encrypted mail use [hidden email] - Free account at ProtonMail.com Web: https://objectnets.net and https://objectnets.org https://datascilv.com https://datascilv.org On May 18, 2020, at 12:56, Nicolas Cellier <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |