TheSwamp

Code Red => .NET => Topic started by: Tutulisper on June 05, 2020, 04:10:37 AM

Title: How to transform LISP‘s list into c# List
Post by: Tutulisper 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
Title: Re: How to transform LISP‘s list into c# List
Post by: Jeff H 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?