unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Jon Herron <jon.herron@yahoo.com>
To: guile-devel@gnu.org
Subject: Hosting for Guile-PHP
Date: Mon, 12 Apr 2010 19:04:22 -0700 (PDT)	[thread overview]
Message-ID: <523070.13564.qm@web112315.mail.gq1.yahoo.com> (raw)

All -

  I'm starting to make some more slow progress, I have basic tree-il generated for simple cases, the below PHP script runs for instance:

----

Some text before php tag...

<?php

function testFunc1()
{
        $a = 101;

        print "from testFunc1\n";
        print "\n";
        print $a;
        print "\n";
}

function testFunc2 ( ) { print "from testFunc2\n"; }

function testFunc3(
) {
                                                        print "from testFunc3\n";
}

#comment1
/* comment2 */
//comment 3

$x = 1;
$y = 2;

print $x;
print $y;

print "\n";
print "\Z";
print "still testing";

print "\n-----------\n";

testFunc1();
testFunc2();
testFunc3();

?>

Some text after php tag..........

----


Although no where near finished yet, I'm getting to the point where I would like to host the code that I'm writing somewhere.  I was wondering if there's a chance of getting a branch that I could commit to (assuming there is project level interest in this implementation)? Or should I get a separate project hosted elsewhere (savannah perhaps?).  I'm not exactly sure the protocol for a question like this, but figured it was worth asking.

Thanks,

Jon


      




             reply	other threads:[~2010-04-13  2:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-13  2:04 Jon Herron [this message]
2010-04-13  2:32 ` Hosting for Guile-PHP No Itisnt
2010-04-13  2:43   ` Jon Herron
2010-04-13 21:12 ` Ludovic Courtès
2010-04-14  1:37   ` Jon Herron
2010-04-14  9:00     ` Ludovic Courtès
2010-04-14 19:12       ` Andy Wingo
2010-04-14 20:11         ` Jon Herron
2010-04-14 20:17         ` Ludovic Courtès
2010-07-22 16:18 ` Andy Wingo
2010-07-23 14:04   ` Jon Herron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=523070.13564.qm@web112315.mail.gq1.yahoo.com \
    --to=jon.herron@yahoo.com \
    --cc=guile-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).