Author Topic: How to transform LISP‘s list into c# List  (Read 1599 times)

0 Members and 1 Guest are viewing this topic.

Tutulisper

  • Mosquito
  • Posts: 11
How to transform LISP‘s list into c# List
« on: June 05, 2020, 04:10:37 AM »
in lisp (list "c:\\a1.txt"  "c:\\b1.txt"  "c:\\c1.txt")
i want use it in c# new List

Jeff H

  • Needs a day job
  • Posts: 6144
Re: How to transform LISP‘s list into c# List
« Reply #1 on: June 05, 2020, 04:17:27 PM »
Are you trying to pass the list from LISP to a .NET app or do mean how would you create the list in .NET?