Changes between Version 189 and Version 190 of members/GRIP-UQAM


Ignore:
Timestamp:
Sep 26, 2016, 5:50:56 PM (8 years ago)
Author:
Grip Uqam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • members/GRIP-UQAM

    v189 v190  
    369369* [https://www.tutorialspoint.com/d_programming/d_programming_strings.htm D - Strings]
    370370* [http://ddili.org/ders/d.en/strings.html Strings]
     371* [https://en.wikibooks.org/wiki/A_Beginner%27s_Guide_to_D/D_Transition_Guide#Strings Strings (Wikibooks)]
    371372=== Golang ===
    372373...
    373374=== Cython ===
    374375* [http://cython.readthedocs.io/en/latest/src/tutorial/strings.html Strings]
     376=== Ada ===
     377* [http://stackoverflow.com/questions/14298896/fastcgi-with-ada FastCGI with Ada]
     378* [https://github.com/leonardoce/ada-fastcgi leonardoce/ada-fastcgi]
     379* https://en.wikibooks.org/wiki/Ada_Programming/Libraries/MultiPurpose/Matreshka
     380* http://forge.ada-ru.org/matreshka/
    375381=== Using a lib from an interpreted language... ===
    376382lualib, perl6lib, jimlib, pythonlib (maybe slow to start)
     
    380386* [https://www.lua.org/pil/20.html 20 – The String Library]
    381387=== Perl 6 ===
    382 ...
     388* [https://perl6.org/ perl6.org]
     389* [http://examples.perl6.org/categories/cookbook/01strings.html Strings]
     390* [https://docs.perl6.org/language.html Perl 6 Language Documentation]
     391* [WikiPedia:Perl_6] [http://www.worldcat.org/search?q=perl+6 WorldCat]
     392* [https://en.wikibooks.org/wiki/Perl_6_Programming Perl 6 Programming]
     393* [http://perl6intro.com/ Perl 6 Introduction]
     394* [http://techbeacon.com/why-perl-6-game-thrones-programming-languages Why Perl 6 is the "Game of Thrones" of programming languages]
     395* https://modules.perl6.org/
     396==== FastCGI and web ====
     397* [https://github.com/supernovus/perl6-fastcgi FastCGI for Perl 6]
     398* [http://perl6maven.com/bailador bailador] route-based web development framework trying to imitate the Perl Dancer framework [https://github.com/ufobat/Bailador ufobat/Bailador]
     399* [http://examples.perl6.org/categories/cookbook/19cgi-programming.html CGI programming]
     400* [http://examples.perl6.org/categories/cookbook/20web-automation.html Web Automation]
     401* [https://github.com/tokuhirom/p6-WebSocket tokuhirom/p6-WebSocket]
     402* perl6 PSGI-compliant frameworks [https://www.google.ca/search?q=PSGI-compliant+frameworks Google]
     403 * [https://github.com/supernovus/perl6-web supernovus/perl6-web]
    383404=== Jim Tcl ===
    384405==== Intro ====
     
    387408* [http://wiki.tcl.tk/41351 Category Jim Package]
    388409* [http://jim.tcl.tk/index.html/doc/www/www/index.html The Jim Interpreter] [http://jim.tcl.tk/index.html/doc/www/www/news/ news] [http://jim.tcl.tk/index.html/doc/www/www/documentation/ documentation] [http://jim.tcl.tk/fossil/doc/trunk/Tcl_shipped.html#_string string]
     410* [http://jim.tcl.tk/fossil/doc/www/www/documentation/utf8/ UTF-8 AND UNICODE]
    389411* https://github.com/msteveb/jimtcl [DebianPackage:jimsh]
    390412* [Jim_Tcl site:rosettacode.org Rosetta Code]
    391413* [http://www.invece.org/tclwise/ tclwise] Tcl intro [http://www.invece.org/tclwise/strings.html Strings]
     414==== C language interface ====
     415* [http://stackoverflow.com/questions/29552709/how-to-use-the-tcl-script-to-test-the-c-language-function-on-the-embedded-system How to use the TCL script to test the C language function on the embedded system?]
     416* [https://github.com/antirez/Jim/blob/master/doc/Embedder-HOWTO.txt Embedder HOWTO]
    392417==== Web ====
    393418* [https://rosettacode.org/wiki/Hello_world/Web_server#Jim_Tcl Web server (Rosetta)]
    394419* [https://github.com/dbohdan/jimhttp dbohdan/jimhttp]
     420=== Tcl ===
     421* [https://packages.debian.org/en/tcl Debian]
     422==== C language interface ====
     423* [http://wiki.tcl.tk/4509 extension]
     424* [http://wiki.tcl.tk/6276 Extending Tcl]
     425* [http://wiki.tcl.tk/12265 How to invoke a C function from Tcl]
     426* [http://wiki.tcl.tk/1197 Ffidl] [https://github.com/prs-de/ffidl prs-de/ffidl] [https://prs-de.github.io/ffidl/ Ffidl: Extend Tcl without extensions] [http://elf.org/ffidl/ Ffidl Version 0.6]
     427* [http://wiki.tcl.tk/14623 Ffix - Ffidl eXtented]
     428* [http://wiki.tcl.tk/11153 Hello World as a C extension]
     429* [http://www.tek-tips.com/viewthread.cfm?qid=664104 Calling C function from TCL]
     430* [http://stackoverflow.com/questions/5595918/using-ffidl-with-tcl-to-return-pass-by-reference-strings-and-arrays Using Ffidl with TCL to return pass-by-reference strings and arrays]
     431* [http://stackoverflow.com/questions/7443273/calling-functions-from-c-example-i-in-tcl-code Calling functions from C (example.i) in TCL code]