Group Abstract Group Abstract

Message Boards Message Boards

0
|
2K Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

How to list all functions available in Wolfram?

Posted 1 year ago

Hello! I use

EntityValue[WolframLanguageData[], {"Name", "PlaintextUsage"}, 
            "EntityPropertyAssociation"];

to list the functions and other symbols available in Wolfram, to make them callable from Clojure. (Thank you, Rohit!) I would like to learn how to distinguish functions from non-functions (I assume there is some property I could request in addition to Name and PlaintextUsage that would tell me this.) Also, is there some way to modify this code to give me only functions, or only non-functions?

Perhaps something from Find All Defined Functions could be used, but I am not sure how to put it all together.

Thank you for any tips!

POSTED BY: Jakub Holý
2 Replies
Posted 1 year ago

Thank you very much, Eric! I am fogetting how unique Wolfram is. I took now a different approach.

POSTED BY: Jakub Holý
Posted 1 year ago
POSTED BY: Eric Rimbey
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard