Tensegritics / ClojureDart

Clojure dialect for Flutter and Dart
1.41k stars 90 forks source link

Interoperability with Flutter/Dart Dart code #312

Open feyroozecode opened 3 months ago

feyroozecode commented 3 months ago

Create an way to bind or use coljureDart on top of Flutter/Dart based app non clojureDart 100% .

cgrand commented 3 months ago

Thanks for opening the ticket.

I guess that your case is to call CLJD from an existing Dart codebase.

Something which has been on my mind: allow to have ns forms like:

(ns some.fabulous.clojure.core
  (:gen-lib ["lib/fabclj.dart" :export {dartName cljd-name ....}]))

this would create a stable lib with clear exports to require from dart.

What do you think?

feyroozecode commented 3 months ago

Exactly le grand i gonna to tes that

cgrand commented 3 months ago

To be clear: it’s not implemented yet. 

Le 13 juin 2024 à 07:04, Ibrahim Ahmad (feyroozecode) @.***> a écrit :



Exactly le grand i gonna to tes that

— Reply to this email directly, view it on GitHub https://github.com/Tensegritics/ClojureDart/issues/312#issuecomment-2164383431 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AAALPMOUFN2GDEYQPBE75RLZHER7TAVCNFSM6AAAAABJF5B56GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRUGM4DGNBTGE . You are receiving this because you commented. https://github.com/notifications/beacon/AAALPMKBZZO5UJFTSBO5GGTZHER7TA5CNFSM6AAAAABJF5B56GWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTUBAHPMO.gif Message ID: @.***>

feyroozecode commented 3 months ago

Ok très bien une fois implémenter faite savoir dans les change logs . Merci