Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~395 People Reached
Favorite Tags
Member Avatar for nam5a

I've created my own recursive file search. When the file is found it is printed that it is found, but the method searchForFile() does not terminate once the file is found, it continues to iterate and I believe this is when the nullPointerException is invoked. I've looked over this and …

Member Avatar for nam5a
0
147
Member Avatar for nam5a

I was wondering if there is something in python similar to the begin expression in Scheme, and if not how would you write something in python to simulate it.

Member Avatar for nam5a
0
113
Member Avatar for nam5a

How would you write a begin procedure in python that would be analogous to the scheme expression.

Member Avatar for nam5a
0
66
Member Avatar for nam5a

How would you write your own begin expression, that would be analogous to the built in procedure in scheme?

Member Avatar for Rashakil Fol
0
69