473,569 Members | 2,791 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Usage of other languages

Hello,

I didn't find newsgroups for Python, Lisp, Eiffel, PHP, Cobol etc. on
news.microsoft. com. So I want to ask the C#-newsgroup about the usage of
other languages then C# and VB.NET.

How popular are languages like Python, PHP, Perl, Lisp, Smalltalk, Prolog,
Eiffel, Haskell, Mercury, APL, Cobol, Fortran, PL/1, RPG etc. amongst
..NET-developers?

Joachim

Nov 16 '05 #1
3 1398
"Joachim Folz" <SP************ ****@gmx.de> schrieb:
Hello,

I didn't find newsgroups for Python, Lisp, Eiffel, PHP, Cobol etc. on
news.microsoft. com. So I want to ask the C#-newsgroup about the usage of
other languages then C# and VB.NET.

How popular are languages like Python, PHP, Perl, Lisp, Smalltalk, Prolog,
Eiffel, Haskell, Mercury, APL, Cobol, Fortran, PL/1, RPG etc. amongst
.NET-developers?

Joachim


Ooops ... I should be more precise.
Who uses Python.NET, Lisp.NET, PHP.NET, Smalltalk.NET etc. for real
applications? Who uses other .NET-languages then C# or VB.NET?

Joachim
Nov 16 '05 #2
Ooops ... I should be more precise.
Who uses Python.NET, Lisp.NET, PHP.NET, Smalltalk.NET etc. for real
applications? Who uses other .NET-languages then C# or VB.NET?

Joachim

Hi Joachim,

I believe other languages than C# and VB.Net are not widely used or are in an experimental state.
The most serious ones are Eiffel, Borlands Delphi, Fortran and of course J#.

For Smalltalk there are
- Smallscript- not released under .NET yet.
- Smalltalk# - a Smalltalk to MSIL compiler
- VMX Smalltalk ( Beta ) a Smalltalk-Interpreter.
- LSW Vision-Smalltalk ( LSWVST ) a Windows-Smalltalk with .NET Interface.

For Smalltalk the biggest hindernis is the different way of development..Sm alltalk is pure OO. Everything is an Object including
Classes & Methods. Every change take immediatley effect - there is no classical edit-compile-run cycle.
Classes can be changed ( fields added ) without loosing Instances !
..NET has no support for these magic features. Smalltalk-Interpreters on top of the CLR tend to run orders of magnitudes slower than
pure .NET languages.
Also Smalltalk has traditionally its own JIT technology which conflicts with :NET philosophy.

we develop in our inhouse language LSWVST and have developed a .NET Delopment tool with
Reflection-Browser/Decompiler/Obfuscator/Metadata Browser/Diagrammer ( LSW DotNet-Lab ).
We are working on a new version of our Smalltalk ( LSWVST.Net ) - which is a pure .NET implementation.

with best regards,
Frank-Lesser www.lesser-software.com
Nov 16 '05 #3
"Frank Lesser [LSW]" <Fr**********@l esser-software.com> schrieb:
Hi Joachim,

I believe other languages than C# and VB.Net are not widely used or are in an experimental state. The most serious ones are Eiffel, Borlands Delphi, Fortran and of course J#.
For Smalltalk there are
- Smallscript- not released under .NET yet.
- Smalltalk# - a Smalltalk to MSIL compiler
- VMX Smalltalk ( Beta ) a Smalltalk-Interpreter.
- LSW Vision-Smalltalk ( LSWVST ) a Windows-Smalltalk with .NET Interface.
For Smalltalk the biggest hindernis is the different way of development..Sm alltalk is pure OO. Everything is an Object including Classes & Methods. Every change take immediatley effect - there is no classical edit-compile-run cycle. Classes can be changed ( fields added ) without loosing Instances !
.NET has no support for these magic features. Smalltalk-Interpreters on top of the CLR tend to run orders of magnitudes slower than pure .NET languages.
Also Smalltalk has traditionally its own JIT technology which conflicts with :NET philosophy.
we develop in our inhouse language LSWVST and have developed a .NET Delopment tool with Reflection-Browser/Decompiler/Obfuscator/Metadata Browser/Diagrammer ( LSW DotNet-Lab ). We are working on a new version of our Smalltalk ( LSWVST.Net ) - which is a pure .NET implementation.
with best regards,
Frank-Lesser www.lesser-software.com


That was a very teaching reply, Frank.
Nevertheless I'm quite astonished that nobody else here seems to be
interested in functional/dynamic languages or languages following other
paradigms then C#/VB.NET aka imperative languages. But maybe
this is caused by low Sunday-traffic.

Joachim
Nov 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

26
10830
by: Bruno Jouhier [MVP] | last post by:
I'm currently experiencing a strange phenomenon: At my Office, Visual Studio takes a very long time to compile our solution (more than 1 minute for the first project). At home, Visual Studio compiles the same solution much faster (about 10 seconds for the first project). My home computer is only marginally faster than the one I have at...
4
2507
by: Andrew Ward | last post by:
Hi All, I was wondering if it is possible to use precompiled headers without having to include a <stdafx.h> or whatever in every source file. My problem is that I have a project that makes heavy usage of a large third party library which means after pre-processing each translation unit is around 1meg in size. There are reasons though why I...
72
3426
by: Robin Tucker | last post by:
I need to find some documents/research for my manager about VB.NET v C# use. I've noticed that there are many more people using C# than VB.NET, that there seem to be more job vacancies specifying C# and projects written with it. I would basically like any links you might have to articles with non-anecdotal evidence for usage patterns, if...
1
1549
by: Gene Hubert | last post by:
I'm looking to use a datagrid in an odd way and not making a lot of progress. I want to read in a text file and then allow a user to arbitraily divide the data into columns. I thought I might be able to do this with a datagrid by capturing mouse events and then adding/dropping/modifying columns and then redisplaying the data. So far, I'm...
1
2582
by: Tim T. | last post by:
I'm currently working on a report to forecast production for finished goods. The user can select one or more items to forecast. In addition, they may select one or more warehouses to view breakdowns for as well as one or more customers. Now, the report iterates through the selected items in the finished good listbox. For each item that it...
1
1470
by: mats.broberg | last post by:
Dear all, I'm having a scientific text translated into the majority of western and eastern European languages* and have provided a small leaflet with typesetting rules for the translators. Some translators protest that this or that rule is not used in their respective language. However, I think the majority of commercial translators are...
8
8526
by: Adrian | last post by:
Hi I have a JS program that runs localy (under IE6 only) on a PC but it has a memory leak (probably the known MS one!) What applications are there that I could use to look at the memory usage of each object within my JS app to help locate my problem? Thanks
0
7917
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8118
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7665
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
1
5501
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5217
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3651
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2105
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1207
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
933
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.