ra’s avatarra’s Twitter Archive—№ 38,648

    1. …in reply to @souenzzo
      @souenzzo conceivably, though the real shared runtime is the CLR. its also a goal of mine to avoid runtime dependencies when possible, so the *compiler* will depend on the F# runtime and datastructures, the *assemblies it produces* will not.
  1. …in reply to @ra
    @souenzzo also, importantly, the lisp will not use f# lists and maps as its data structures. its still using the excellent microsoft immutable collections that are very clojure like msdn.microsoft.com/en-us/library/system.collections.immutable(v=vs.111).aspx l