+ 2
Who uses all coding/script languages
i use the ones i need if i need some thing different i cant get from one language i find another
9 Answers
+ 3
thanks
+ 2
i was meanimg how hard and long does it take
+ 2
thanks for the answering
+ 2
@John wells is it possible to find a python library or JavaScript library
+ 2
hopeing to find one or two libraries for each language
0
I've never found something that can't be done in a language. The question is how hard it is to do. Most of my programming life has been building libraries to support new features in the language. These days standard libraries support tons of functionality I've provided for my projects in the past.
0
I figured that, which is way my second statement was written. I don't like to use libraries without looking at the code that was used. Too many times, I've had to replace broken libraries in the past.
0
This is supposed to be a list of module libraries for Python:
https://docs.python.org/3/py-modindex.html
This is a list for Java:
https://www.programcreek.com/java-api-examples/?action=index
- 1
For what purpose?