Looking for a particular Common Lisp implementation [closed] - open-source

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm looking for a Common Lisp implementation I ran across once, sometime in the past year or two. I only remember a few things, and I don't know how to search for it based on these facts, so maybe somebody here can help.
it was open-source, but wasn't one of the big ones (SBCL, CMUCL, MCL, etc.)
it was likely incomplete; it looked almost more like an exercise in writing the simplest possible self-hosted Common Lisp
the main webpage was plain black-on-white, and had 2 columns, where the left column was a link to the source file for a particular area of functionality (loop, format, clos, etc.), and the right column was a link to the tests for that functionality
the source files themselves were pretty-printed for the web, with syntax highlighting that looked kind of like an old Redhat Emacs default config: slate-gray background, etc.
Where can I find this Lisp implementation?
Thanks!

I don't know which one you are referring too, but you can find a list of Common Lisp Implementations here.
Is there any particular reason why this Lisp is grabbing your attention now?

Its hard to pin down, but open-source + minimalistic + incomplete sounds vaugely similar to Paul Graham's Arc programming language.

Related

Where can I get detailed understanding of mysql-server's codebase? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Is there any resource of how mysql's source code (https://github.com/mysql/mysql-server) works?
Any flow diagrams related to code's folders and files.
The official docs includes a section called MySQL Internals. There are sections included about navigating the source tree and what is where.
If you can look past his blatant towing of the company line (e.g. his apparent claims that the "real" MySQL will always be better and more awesome than MariaDB or Percona, because... Oracle!) and that he seems to imply that if you make any change to the source, you have to give those changes to Oracle and should probably send them a bunch of money, too... then there is some good material to be found in a book called Expert MySQL, which includes a decent low-level view of how it works and code snippets walking you through some source code tweaks to add new functionality.
But, there is a large amount of in-line documentation embedded in the code itself.
how "source code works"? it is in sources i guess
https://en.wikipedia.org/wiki/C_(programming_language)
https://en.wikipedia.org/wiki/C%2B%2B
https://www.google.ru/search?q=flow+diagram+mysql&newwindow=1&safe=off&espv=2&biw=1600&bih=852&tbm=isch&tbo=u&source=univ&sa=X&ved=0CBsQsARqFQoTCPXHzsTD88cCFcYlcgodYHME-w&dpr=0.9#imgrc=MrlmbXUK6VPJjM%3A

Reverse engineer open source project looking for methods [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
i have open source project done in c++ , it is big and has no documentation
now to "only" to debug it and understand its flow it is possible but very hard.
im looking for well define methods and ways of work , to make this process easier.
like some kind of tools that can help me to draw the objects and class's relationship.
UPDATE
well after digging some more , i know the proper name for this is :
Sequence Diagrams , so i looking how to get Sequence Diagrams out of c++ code
it have to be free tools
here you can find your answer, System Sequence Diagram maybe helps you. if answer not enough tell me to say more details :)
http://www.devcurry.com/2010/03/generate-sequence-diagrams-in-visual.html
and also this link is useful too:
http://weblogs.asp.net/gunnarpeipman/archive/2009/11/20/visual-studio-2010-generating-sequence-diagrams-on-the-fly.aspx
Understand for C++ from Scientific Toolworks has a good reputation. I have no specific experience with it.

are there any alternatives to yUML [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm looking for an alternatives to yUML, preferably open source.
Sure yUML is great and I really like it, but I would like to be able to extend it.
I'm also interested in other services in the same direction (diagram generation), but I'm not looking for any (UML)desktop tools.
Some suggestions of textual modeling tools. For instance, take a look at PlantUML
Scruffy can draw some yUML diagrams.
Scruffy-Server is a newly made web server frontend for Scruffy which has a rendering and syntax almost identical to yUML.
At the moment it doesn't have the PDF/Json/SVG(or PS) export options, but those might be coming. On the other hand it is very fast and has a lean interface.
PS: I might a little be biased as I made it.
Perhaps take a look at jsUML2. It doesn't provide a textual syntax for specifying diagram - it provides a js-based api instead. However the api is very easy to use and it's open source so extensible. They have a demo app built using it here.
hth.
Some years ago I've developed an open source alternative based on Graphviz.
It's basic and only work for relationship diagrams, but it can be extended.
The output look is very similar to yUML.
Here's the link: http://web.fi.uba.ar/~ssantisi/works/glumly/

Dictionary: Open Source Project [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for a open source project for dictionary for a language (probably you never heard of it) which has not been "digitized". The dictionary will be from one language to several others, and several others to THE language. Since the language has not been "digitized", I need following features along with searching a word:
1 - Add your own translation to existing words/phrases
2 - Add a new word/phrase and add translation
3 - Request a word/phrase to be translated
4 - Rate (like/dislike or rate within the range) the translation (depending on the rating "correctness" get points")
5 - Possibly relate words (especially nouns) with pictures
6 - Easier to implement mobile version of it
I guess it's more "collaboration site", than dictionary. So the project I'm looking for may not be called as "Dictionary".
I know it's possible to design and write from the scratch, but would be good to begin with something in hand, especially if you are just spending your time/effort for non-profit stuff.
I'm looking around for the project, but didn't find something useful. At the same time designing the architecture in my mind.
If you could share some open source projects, it would be really great.
Thanks.
I am unsure what exactly you need, but would Wiktionary be of any help? There are a lot of localized variations to support different languages and there will probably be a way to ask them to support your language of interest, if it is not already there.

Need free English dictionary or Corpus, ultimately for a MySQL database [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm trying to find a free downloadable dictionary (or Corpus might be the better word) which I can import into MySQL. I need to words to have the type (noun, verb, adjective) associated with them. Any tips on where I can find one? I found one several years ago that worked nicely, but I no longer have it around.
Thanks!
Chris
Project Gutenberg has public domain books you can download.
This includes 'The Gutenberg Webster's Unabridged Dictionary', but nothing modern, and not in a format immediately suitable for import into a MySQL database.
Not without some work, anyway. What was the one you found "years ago" ?
Kevin's Word List Page includes a part of speech database.
Wiktionary
The 1913 edition of Webster's Dictionary, now in the public domain
http://www.desiquintans.com/nounlist looks pretty good... I searched 'nouns.txt' and it came right up.