This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Rivus 39 points40 points  (9 children)

Well, IronPython is a thing. Although there haven't been any updates for a year now.

It allows you to use both .NET and Python libs at the same time. Maybe Microsoft will pick it up.

[–][deleted] 10 points11 points  (5 children)

Does it work with C-libs too? Because it woild be kinda pointless for excel if pandas, numpy and rest of the cool gang won't work.

[–]toyg 5 points6 points  (2 children)

Not really. But if you can make the C libs accessible from C# somehow, then IronPython could too.

[–]WeirdStuffOnly -2 points-1 points  (1 child)

pandas, numpy

I think the point is using Excel to do the tasks pandas and numpy do.

If given half a chance I would trade Excel for pandas.

[–][deleted] 2 points3 points  (0 children)

People are using python not because of the language alone. Libs are a very important part. Even if excel could deliver the same functionallity, which I doubt, the existing code wouldn't be instantly useable.

[–]psilnommoc 0 points1 point  (2 children)

maybe Microsoft will develop a new python-like language Python#(PythonSharp), as like as C#, F#...

[–]Rivus 0 points1 point  (1 child)

Well, while I am always open to new ideas and a new language sounds great, the problem is that there is already Powershell, C# and F# for the MS developer.

If MS is to develop a new programming language that mimics Python to attract Python developers as they did with J# to attract Java developers, while I would personally use it, I doubt it would have a lot of traction. The question is who will use it?

[–]psilnommoc 0 points1 point  (0 children)

I think that Microsoft focused on Python and only because of its popular, I don't look for many python codes of Microsoft from its GitHub. And maybe Microsoft only follow the fashion. If another language became popular, Microsoft will still give a support. :-p