Arc Forumnew | comments | leaders | submit | forwardslash's commentslogin
2 points by forwardslash 4145 days ago | link | parent | on: Using racket libraries in Arc

It could be that I'm working off a codebase that is missing some functions which Anarki uses to do that (I'm going through and comparing them now). When I try simply xdefing functions from libraries I get errors like "Expected 0 arguments with optional arguments X Y Z and got (args)"

I'm thinking of trying to follow how lib/json.ss integrates itself: https://github.com/arclanguage/anarki/blob/master/lib/json.s...

or perhaps wrapping things in a module.

-----

2 points by akkartik 4145 days ago | link

Can you give us a simple, reproducible set of directions based on say arc3.1?

-----


Ah, well, I suppose there's not a whole lot we can do about that other than decrease our response times.

-----

1 point by forwardslash 4350 days ago | link | parent | on: ! and . operators

Thank you so much!

-----