Profile_bird

Hey there! ale870 is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving ale870's tweets.

Already using Twitter
from your phone? Click here.

ale870

  1. ZuQu Editor: Published some updated info about its development status (http://zuqu.lefora.com/)
  2. [eng] ZuQu official forum: http://zuqu.lefora.com/
  3. [eng] The prototype of the new editor ZuQu is out! More info at: http://wp.me/pb7fN-4d and http://newlisp.wordpress.com/zuqu/
  4. [ita] Il prototipo del nuovo editor ZuQu è finalmente uscito! I dettagli: http://wp.me/pb7fN-4d e http://newlisp.wordpress.com/zuqu/
  5. [eng] Released newLisp Development version 10.1.4 - August, 13
  6. [ita] Rilasciato un aggiornamento di newLisp (Development version 10.1.4) - 13/Agosto
  7. [ita] Un ottimo sito da visitare: http://www.redchar.net
  8. [ita] Rilasciata la "development release v.10.1.3" di newLisp. Dettagli: http://bit.ly/xLcel
  9. [ita] Ottimo e simpatico sito riguardante l'informatica. Dategli una occhiata! http://www.mondofico.com
  10. [eng]Released an upted for win only, to corect a cut-off problem when printing to standard out. The problem NOT exists in mac e linux.
  11. [ita] Rilasciato un update solo per win per correggere un problema di "print" allo stdout. Il problema non esiste in mac e linux.
  12. [eng] "fish" is a wonderful shell for Linux. It is a good alternative for bash. http://fishshell.org/index.php
  13. [ita] "fish" è una fantastica shell per Linux. Ottima alternativa a bash. http://fishshell.org/index.php
  14. [eng]Starting from a file created by Kazimir (thank you!), for Scite editor, I created my personal version. I will publish it soon!
  15. [ita] Da un file creato da Kazimir per usare Scite con newLisp, ho creato la mia versione. La pubblicherò nei prossimi giorni.
  16. [eng] if you want to read command-line parameters, you can use the function (main-args).
  17. [ita] Per leggere i parametri passati dalla riga comando (command-line), si deve usare la funzione (main-args).
  18. [eng] To concatenate several strings contained in a list, you can use the function (apply). E.g.: (apply append '("a" "b" "c")) --> "abc"
  19. [ita] Per unire delle stringhe contenute in una lista, potete usare la funzione (apply). Esempio: (apply append '("a" "b" "c")) --> "abc"
  20. [eng] To get a files list, inside a specific directory, you can use the function (directory "my-directory").