Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
import
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tyler Gillies  
View profile  
 More options Jul 5 2010, 4:17 pm
From: Tyler Gillies <tjgill...@gmail.com>
Date: Mon, 5 Jul 2010 13:17:56 -0700 (PDT)
Local: Mon, Jul 5 2010 4:17 pm
Subject: import
import: [System]

gives me:

ERROR [foo.fnc:1] : syntax error at symbol :


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christopher Bertels  
View profile  
 More options Jul 5 2010, 4:33 pm
From: Christopher Bertels <bakkd...@googlemail.com>
Date: Mon, 05 Jul 2010 22:33:59 +0200
Local: Mon, Jul 5 2010 4:33 pm
Subject: Re: [fancy-lang] import
Hi,

Excerpts from Tyler Gillies's message of Mo Jul 05 22:17:56 +0200 2010:

> import: [System]

> gives me:

> ERROR [foo.fnc:1] : syntax error at symbol :

That's because the import statement hasn't been implemented yet
really. For now there's require: which works and takes a filename,
similar to how it's done in Ruby.

I think I really should update the examples page on fancy-lang.org
If you want to see some working code, have a look at fancy's git
repository here: http://github.com/bakkdoor/fancy

There you'll find some examples in the examples/ directory. Theres
also the lib/ directory which contains fancy code for its standard
library (core classes & their methods that aren't implemented in the
C++ interpreter but in Fancy itself).

Additionally, theres a test/ directory that contains FancySpec test
cases for the core classes (FancySpec is a RSpec-like BDD-library -
just a lot simpler. You can find it its implementation in
lib/fancy_spec.fnc).

If you have any further questions, just let me know.
--
================================
Christopher Bertels
http://www.fancy-lang.org
http://www.adztec-independent.de
GPG Key ID: 0x2345b203


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »