MacFUSE is software that provides almost all of the FUSE API on Mac OS
X. If you're implying Objective-C is the only way to create file
systems with MacFUSE, that's quite incorrect. In fact, it's only
recently that the Objective-C bindings were added to the official
distribution. The fundamental bindings are in C, not Objective-C.

The FUSE API has numerous language bindings, most of which should be
readily portable across platforms. You're looking for the Tcl language
binding (more like Tcl as a *frontend*, not "Tcl as a backend").

I remember seeing some form (perhaps a very alpha implementation) of
Tcl bindings for the FUSE API--search for it on the Internet. You may
have to do some work to make it work on Mac OS X, or write a nicer
version from scratch.

Amit

On Feb 3, 9:00 am, Claus Bo <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Since I'm very familiar with TCL and not Objective-C, I was wondering
> if it was possible to load a FUSE module from TCL and hence a file
> system mounted scripted by TCL. This way it will be very easy to
> create all sorts of file systems without knowledge to Objective-C, but
> simple scripting.
>
> Any thoughts?
>
> Claus
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"macfuse-devel" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/macfuse-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to